hedgewars/hwLibrary.pas
changeset 13506 36f3f77e9b1b
parent 11151 5c40c65b619d
equal deleted inserted replaced
13505:69f0f437c75a 13506:36f3f77e9b1b
    22  * When engine is compiled as library this unit will export functions
    22  * When engine is compiled as library this unit will export functions
    23  * as C declarations for convenient library usage in your application
    23  * as C declarations for convenient library usage in your application
    24  * and language of choice.
    24  * and language of choice.
    25  *
    25  *
    26  * See also: C declarations on Wikipedia
    26  * See also: C declarations on Wikipedia
    27  *           http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
    27  *           https://en.wikipedia.org/wiki/X86_calling_conventions#cdecl
    28  *)
    28  *)
    29 
    29 
    30 Library hwLibrary;
    30 Library hwLibrary;
    31 
    31 
    32 uses hwengine, uTypes, uConsts, uVariables, uSound, uCommands, uUtils,
    32 uses hwengine, uTypes, uConsts, uVariables, uSound, uCommands, uUtils,