cocoaTouch/otherSrc/PascalImports.h
changeset 2702 48fc46a922fd
parent 2698 90585aba87ad
child 2754 ad4f81fbfb76
equal deleted inserted replaced
2701:3a8560c00f78 2702:48fc46a922fd
    16 	
    16 	
    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(void);
    21 	void Game(const char *args[]);
    22 
    22 
    23 
    23 
    24 	int HW_protoVer(void);
    24 	int HW_protoVer(void);
    25 
    25 
    26 	void HW_click(void);
    26 	void HW_click(void);