aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools.h b/src/tools.h
index 71460c3..8a8ad7b 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -13,8 +13,6 @@ typedef struct s_Universe Universe;
13 13
14// ################################################################################################ 14// ################################################################################################
15 15
16#define LUAG_FUNC( func_name) int LG_##func_name( lua_State* L)
17
18#define luaG_optunsigned(L,i,d) ((uint_t) luaL_optinteger(L,i,d)) 16#define luaG_optunsigned(L,i,d) ((uint_t) luaL_optinteger(L,i,d))
19#define luaG_tounsigned(L,i) ((uint_t) lua_tointeger(L,i)) 17#define luaG_tounsigned(L,i) ((uint_t) lua_tointeger(L,i))
20 18