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 LoadLocaleWrapper(const char *filepath, const char *filename); |
33 void LoadLocaleWrapper(const char *filename); |
|
34 |
33 |
35 void HW_versionInfo(int *protoNum, char **versionStr); |
34 void HW_versionInfo(int *protoNum, char **versionStr); |
36 void *HW_getSDLWindow(void); |
35 void *HW_getSDLWindow(void); |
37 void HW_terminate(BOOL andCloseFrontend); |
36 void HW_terminate(BOOL andCloseFrontend); |
38 |
37 |