project_files/HedgewarsMobile/Classes/PascalImports.h
branchios-revival
changeset 11094 595b5700ebac
parent 10108 c68cf030eded
child 11133 fa3d227fb308
equal deleted inserted replaced
11093:daad16c01ed7 11094:595b5700ebac
    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);