equal
deleted
inserted
replaced
11 #define PASCALIMPORTS |
11 #define PASCALIMPORTS |
12 |
12 |
13 #ifdef __cplusplus |
13 #ifdef __cplusplus |
14 extern "C" { |
14 extern "C" { |
15 #endif |
15 #endif |
16 |
|
17 /* add C declarations below for all exported Pascal functions/procedure |
|
18 * that you want to use |
|
19 */ |
|
20 |
16 |
21 void HW_click(void); |
17 /* add C declarations below for all exported Pascal functions/procedure |
22 void HW_zoomIn(void); |
18 * that you want to use |
23 void HW_zoomOut(void); |
19 */ |
24 void HW_ammoMenu(void); |
20 |
25 |
21 void HW_click(void); |
|
22 void HW_zoomIn(void); |
|
23 void HW_zoomOut(void); |
|
24 void HW_ammoMenu(void); |
|
25 void HW_allKeysUp(void); |
|
26 |
|
27 void HW_walkLeft(void); |
|
28 void HW_walkRight(void); |
|
29 void HW_aimUp(void); |
|
30 void HW_aimDown(void); |
|
31 void HW_shoot(void); |
|
32 |
26 #ifdef __cplusplus |
33 #ifdef __cplusplus |
27 } |
34 } |
28 #endif |
35 #endif |
29 |
36 |
30 #endif |
37 #endif |