equal
deleted
inserted
replaced
10 #include "SysUtils.h" |
10 #include "SysUtils.h" |
11 #include "system.h" |
11 #include "system.h" |
12 #include "misc.h" |
12 #include "misc.h" |
13 #include "fileio.h" |
13 #include "fileio.h" |
14 #include "pmath.h" |
14 #include "pmath.h" |
15 |
|
16 #ifndef EMSCRIPTEN |
|
17 #include "GL/glew.h" |
|
18 #endif |
|
19 |
15 |
20 #define fpcrtl_memcpy memcpy |
16 #define fpcrtl_memcpy memcpy |
21 |
17 |
22 #define luapas_lua_gettop lua_gettop |
18 #define luapas_lua_gettop lua_gettop |
23 #define luapas_lua_close lua_close |
19 #define luapas_lua_close lua_close |