aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-11 16:58:33 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-11 16:58:33 +0200
commit5f5b287b4548cb21fde9ae451392d82e64cc5de7 (patch)
tree21fc360da619a4d5ebbca92d2fe1f21aa7b03743 /src/deep.h
parentf832d198579998dbc56d56944e0a69ff5e4ec307 (diff)
downloadlanes-5f5b287b4548cb21fde9ae451392d82e64cc5de7.tar.gz
lanes-5f5b287b4548cb21fde9ae451392d82e64cc5de7.tar.bz2
lanes-5f5b287b4548cb21fde9ae451392d82e64cc5de7.zip
All Lua headers included just once in _pch.h
Diffstat (limited to 'src/deep.h')
-rw-r--r--src/deep.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/deep.h b/src/deep.h
index 6cb9bd6..fb62276 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -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
9extern "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