project_files/HedgewarsMobile/Classes/PascalImports.h
changeset 8425 4f226963faef
parent 7048 0a4c88935902
child 8441 a00b0fa0dbd7
equal deleted inserted replaced
8424:225ede46e3dc 8425:4f226963faef
    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 char *args[]);
    31     void Game(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);