hedgewars/LuaPas.pas
changeset 9205 abce6011f86c
parent 8838 aa2ffd427f6a
child 9208 acb2492288e5
--- a/hedgewars/LuaPas.pas	Wed Jun 12 01:04:30 2013 +0200
+++ b/hedgewars/LuaPas.pas	Wed Jun 12 01:26:42 2013 +0200
@@ -14,6 +14,9 @@
 uses uConsts;
 {.$DEFINE LUA_GETHOOK}
 
+{$INCLUDE "config.inc"}
+const LuaLibName = cLuaLibrary;
+
 type
     size_t   = Cardinal;
     Psize_t  = ^size_t;
@@ -22,9 +25,6 @@
     lua_State = record end;
     Plua_State = ^lua_State;
 
-{$DEFINE LuaLibName:= cLuaLibrary}
-
-
 (*****************************************************************************)
 (*                               luaconfig.h                                 *)
 (*****************************************************************************)