diff options
Diffstat (limited to 'src/compat.h')
-rw-r--r-- | src/compat.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/compat.h b/src/compat.h index e0a2e6f..6458307 100644 --- a/src/compat.h +++ b/src/compat.h | |||
@@ -1,16 +1,5 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #ifdef __cplusplus | ||
4 | extern "C" | ||
5 | { | ||
6 | #endif // __cplusplus | ||
7 | #include "lua.h" | ||
8 | #include "lualib.h" | ||
9 | #include "lauxlib.h" | ||
10 | #ifdef __cplusplus | ||
11 | } | ||
12 | #endif // __cplusplus | ||
13 | |||
14 | #include "debug.h" | 3 | #include "debug.h" |
15 | 4 | ||
16 | // try to detect if we are building against LuaJIT or MoonJIT | 5 | // try to detect if we are building against LuaJIT or MoonJIT |