1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00
luanti/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