hedgewars/LuaPas.pas
changeset 7043 7c080e5ac8d0
parent 6817 daaf0834c4d2
child 7073 26f960656cc9
equal deleted inserted replaced
7042:de20086a6bcc 7043:7c080e5ac8d0
     8  * Created by Geo Massar, 2006
     8  * Created by Geo Massar, 2006
     9  * Distributed as free/open source.
     9  * Distributed as free/open source.
    10  *)
    10  *)
    11 
    11 
    12 interface
    12 interface
    13 
    13 uses uConsts;
    14 {.$DEFINE LUA_GETHOOK}
    14 {.$DEFINE LUA_GETHOOK}
    15 {$INCLUDE "config.inc"}
       
    16 
    15 
    17 type
    16 type
    18     size_t   = Cardinal;
    17     size_t   = Cardinal;
    19     Psize_t  = ^size_t;
    18     Psize_t  = ^size_t;
    20     PPointer = ^Pointer;
    19     PPointer = ^Pointer;