equal
deleted
inserted
replaced
26 |
26 |
27 /* add C declarations below for all exported Pascal functions/procedure |
27 /* add C declarations below for all exported Pascal functions/procedure |
28 * that you want to use in your non-Pascal code |
28 * that you want to use in your non-Pascal code |
29 */ |
29 */ |
30 |
30 |
31 void Game(const int argc, const char *argv[]); |
31 void RunEngine(const int argc, const char *argv[]); |
32 void GenLandPreview(void); |
32 void GenLandPreview(void); |
33 void LoadLocaleWrapper(const char *filename); |
33 void LoadLocaleWrapper(const char *filename); |
34 |
34 |
35 void HW_versionInfo(int *protoNum, char **versionStr); |
35 void HW_versionInfo(int *protoNum, char **versionStr); |
36 void *HW_getSDLWindow(void); |
36 void *HW_getSDLWindow(void); |