equal
deleted
inserted
replaced
27 * http://en.wikipedia.org/wiki/X86_calling_conventions#cdecl |
27 * http://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 |
33 uLocale{$IFDEF ANDROID}, jni{$ENDIF} |
33 , uTypes |
|
34 , uConsts |
|
35 , uVariables |
|
36 , uSound |
|
37 , uCommands |
|
38 , uUtils |
|
39 , uLocale |
|
40 {$IFDEF ANDROID}, jni{$ENDIF} |
34 , uFLTypes |
41 , uFLTypes |
35 , uFLGameConfig; |
42 , uFLGameConfig; |
36 |
43 |
37 {$INCLUDE "config.inc"} |
44 {$INCLUDE "config.inc"} |
38 |
45 |