diff options
Diffstat (limited to 'src/deep.h')
-rw-r--r-- | src/deep.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -5,15 +5,6 @@ | |||
5 | * said modules can either link against lanes, or embed compat.cpp/h deep.cpp/h tools.cpp/h universe.cpp/h | 5 | * said modules can either link against lanes, or embed compat.cpp/h deep.cpp/h tools.cpp/h universe.cpp/h |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #ifdef __cplusplus | ||
9 | extern "C" | ||
10 | { | ||
11 | #endif // __cplusplus | ||
12 | #include "lua.h" | ||
13 | #ifdef __cplusplus | ||
14 | } | ||
15 | #endif // __cplusplus | ||
16 | |||
17 | #include "lanesconf.h" | 8 | #include "lanesconf.h" |
18 | #include "uniquekey.h" | 9 | #include "uniquekey.h" |
19 | 10 | ||