aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/helper.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-07-03 16:44:08 +0200
committersfan5 <sfan5@live.de>2022-07-14 20:55:45 +0200
commit1d512ef7f4071fadf10078825ce83e77a3707f06 (patch)
treea839a9a84868b28b633b98b85bc158f0cb6ac4c9 /src/script/common/helper.h
parent8ff3fadba033dbc686c4f834811f0744099fedfb (diff)
downloadhax-minetest-server-1d512ef7f4071fadf10078825ce83e77a3707f06.tar.gz
hax-minetest-server-1d512ef7f4071fadf10078825ce83e77a3707f06.zip
Reduce code duplication between c_converter.cpp and helper.cpp
Diffstat (limited to 'src/script/common/helper.h')
-rw-r--r--src/script/common/helper.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/script/common/helper.h b/src/script/common/helper.h
index 6491e73cf..fc462b6ef 100644
--- a/src/script/common/helper.h
+++ b/src/script/common/helper.h
@@ -21,14 +21,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
extern "C" {
#include <lua.h>
-#include <lauxlib.h>
}
class LuaHelper
{
protected:
- static bool isNaN(lua_State *L, int idx);
-
/**
* Read a value using a template type T from Lua State L and index
*