equal
deleted
inserted
replaced
17 /* add C declarations below for all exported Pascal functions/procedure |
17 /* add C declarations below for all exported Pascal functions/procedure |
18 * that you want to use |
18 * that you want to use |
19 */ |
19 */ |
20 |
20 |
21 void Game(const char *args[]); |
21 void Game(const char *args[]); |
22 void GenLandPreview(); |
22 void GenLandPreview(void); |
23 |
23 |
24 |
24 |
25 void HW_versionInfo(short int*, char**); |
25 void HW_versionInfo(short int*, char**); |
26 |
26 |
27 void HW_click(void); |
27 void HW_click(void); |