aboutsummaryrefslogtreecommitdiff
path: root/src/luaerrors.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/luaerrors.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/luaerrors.h')
-rw-r--r--src/luaerrors.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/luaerrors.h b/src/luaerrors.h
index ff72582..7bc08da 100644
--- a/src/luaerrors.h
+++ b/src/luaerrors.h
@@ -1,16 +1,5 @@
1#pragma once 1#pragma once
2 2
3#ifdef __cplusplus
4extern "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// ################################################################################################# 3// #################################################################################################
15 4
16// use this instead of Lua's lua_error 5// use this instead of Lua's lua_error