2017-04-19 19:54:15 +00:00
|
|
|
#pragma once
|
|
|
|
|
2018-02-19 19:54:37 +00:00
|
|
|
#ifndef TRUE
|
|
|
|
#define TRUE 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef ON
|
|
|
|
#define ON 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef FALSE
|
|
|
|
#define FALSE 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef OFF
|
|
|
|
#define OFF 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define ENABLE_SCRIPTING @SCRIPTING_ENABLED@
|
|
|
|
#define COMPILE_LUA @COMPILE_LUA@
|
|
|
|
#define COMPILE_PYTHON @COMPILE_PYTHON@
|