22 lines
236 B
C
22 lines
236 B
C
#pragma once
|
|
|
|
#ifndef TRUE
|
|
#define TRUE 1
|
|
#endif
|
|
|
|
#ifndef ON
|
|
#define ON 1
|
|
#endif
|
|
|
|
#ifndef FALSE
|
|
#define FALSE 0
|
|
#endif
|
|
|
|
#ifndef OFF
|
|
#define OFF 0
|
|
#endif
|
|
|
|
#cmakedefine ENABLE_SCRIPTING
|
|
#cmakedefine LUAJIT_FOUND
|
|
#cmakedefine Python_FOUND
|