project_files/HedgewarsMobile/Classes/otherSrc/PascalImports.h
changeset 3522 156c04c6a3d8
parent 3514 59dbd31e9953
equal deleted inserted replaced
3520:c3dcb80bdb1d 3522:156c04c6a3d8
    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);