aboutsummaryrefslogtreecommitdiff
path: root/src/luaerrors.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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