hedgewars/PascalExports.pas
changeset 5125 715cf3f2b342
parent 4939 6d512ba87f72
child 5166 d1eb1560b4d5
equal deleted inserted replaced
5124:84267f79879b 5125:715cf3f2b342
    17  *)
    17  *)
    18 
    18 
    19 {$INCLUDE "options.inc"}
    19 {$INCLUDE "options.inc"}
    20 
    20 
    21 unit PascalExports;
    21 unit PascalExports;
    22 
    22 (*
       
    23  * If the engine is compiled as library this unit will export functions
       
    24  * as C declarations for convenient library usage in your application and
       
    25  * language of choice.
       
    26  *
       
    27  * See also: C declarations on wikipedia
       
    28  *           http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
       
    29  *)
    23 interface
    30 interface
    24 uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils,
    31 uses uTypes, uConsts, uVariables, GLunit, uKeys, uChat, uSound, uAmmos, uUtils,
    25      uCommands, uMobile;
    32      uCommands, uMobile;
    26 
    33 
    27 {$INCLUDE "config.inc"}
    34 {$INCLUDE "config.inc"}