aboutsummaryrefslogtreecommitdiff
path: root/src/luaerrors.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-07 11:17:39 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-07 11:17:39 +0200
commit35d7a6bb691d7e0564cda324b3d724caf4901545 (patch)
tree6fd253c64157a3f4dcf44658d4932a9f260bf0e3 /src/luaerrors.h
parent867a65c0046848bc5e6867ae76f16db293ba4101 (diff)
downloadlanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.gz
lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.tar.bz2
lanes-35d7a6bb691d7e0564cda324b3d724caf4901545.zip
Use a precompiled header to speed up the build
Diffstat (limited to 'src/luaerrors.h')
-rw-r--r--src/luaerrors.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/luaerrors.h b/src/luaerrors.h
index 9399427..ff72582 100644
--- a/src/luaerrors.h
+++ b/src/luaerrors.h
@@ -11,10 +11,6 @@ extern "C"
11} 11}
12#endif // __cplusplus 12#endif // __cplusplus
13 13
14#include <cassert>
15#include <string_view>
16#include <tuple>
17
18// ################################################################################################# 14// #################################################################################################
19 15
20// use this instead of Lua's lua_error 16// use this instead of Lua's lua_error