1
0
mirror of https://github.com/minetest/minetest.git synced 2024-09-22 04:20:18 +02:00
minetest/src/config.h

8 lines
117 B
C
Raw Normal View History

#pragma once
#if defined USE_CMAKE_CONFIG_H
#include "cmake_config.h"
#else
#warning Missing configuration
#endif