mirror of
https://github.com/minetest/minetest.git
synced 2024-11-12 18:53:46 +01:00
8cccd75e81
* the thing * the thing 2
8 lines
117 B
C
8 lines
117 B
C
#pragma once
|
|
|
|
#if defined USE_CMAKE_CONFIG_H
|
|
#include "cmake_config.h"
|
|
#else
|
|
#warning Missing configuration
|
|
#endif
|