hedgewars/LuaPas.pas
changeset 9205 abce6011f86c
parent 8838 aa2ffd427f6a
child 9208 acb2492288e5
equal deleted inserted replaced
9204:1c233176fffd 9205:abce6011f86c
    12 
    12 
    13 interface
    13 interface
    14 uses uConsts;
    14 uses uConsts;
    15 {.$DEFINE LUA_GETHOOK}
    15 {.$DEFINE LUA_GETHOOK}
    16 
    16 
       
    17 {$INCLUDE "config.inc"}
       
    18 const LuaLibName = cLuaLibrary;
       
    19 
    17 type
    20 type
    18     size_t   = Cardinal;
    21     size_t   = Cardinal;
    19     Psize_t  = ^size_t;
    22     Psize_t  = ^size_t;
    20     PPointer = ^Pointer;
    23     PPointer = ^Pointer;
    21 
    24 
    22     lua_State = record end;
    25     lua_State = record end;
    23     Plua_State = ^lua_State;
    26     Plua_State = ^lua_State;
    24 
       
    25 {$DEFINE LuaLibName:= cLuaLibrary}
       
    26 
       
    27 
    27 
    28 (*****************************************************************************)
    28 (*****************************************************************************)
    29 (*                               luaconfig.h                                 *)
    29 (*                               luaconfig.h                                 *)
    30 (*****************************************************************************)
    30 (*****************************************************************************)
    31 
    31