branch | hedgeroid |
changeset 5452 | 3edc3e3b8cdc |
parent 5194 | 851c6fbb44e6 |
child 5495 | 272ed78e59a7 |
5450:1ea879a6f89f | 5452:3edc3e3b8cdc |
---|---|
30 interface |
30 interface |
31 uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils, uCommands; |
31 uses uTypes, uConsts, uVariables, GLunit, uKeys, uSound, uAmmos, uUtils, uCommands; |
32 |
32 |
33 {$INCLUDE "config.inc"} |
33 {$INCLUDE "config.inc"} |
34 procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export; |
34 procedure HW_versionInfo(netProto: PLongInt; versionStr: PPChar); cdecl; export; |
35 function HW_getNumberOfWeapons:LongInt; cdecl; export; |
|
36 function HW_getMaxNumberOfTeams:LongInt; cdecl; export; |
|
37 function HW_getMaxNumberOfHogs:LongInt; cdecl; export; |
|
35 |
38 |
36 implementation |
39 implementation |
37 {$IFDEF HWLIBRARY} |
40 {$IFDEF HWLIBRARY} |
38 var cZoomVal: GLfloat; |
41 var cZoomVal: GLfloat; |
39 previousGameState: TGameState; |
42 previousGameState: TGameState; |