cocoaTouch/otherSrc/PascalImports.h
changeset 2698 90585aba87ad
parent 2697 75880595a9f1
child 2702 48fc46a922fd
equal deleted inserted replaced
2697:75880595a9f1 2698:90585aba87ad
    15 #endif
    15 #endif
    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);
       
    22 
       
    23 
    21 	int HW_protoVer(void);
    24 	int HW_protoVer(void);
    22 	
    25 
    23 	void Game(void);
       
    24 	
       
    25 	void HW_click(void);
    26 	void HW_click(void);
    26 	void HW_zoomIn(void);
    27 	void HW_zoomIn(void);
    27 	void HW_zoomOut(void);
    28 	void HW_zoomOut(void);
    28 	void HW_zoomReset(void);
    29 	void HW_zoomReset(void);
    29 	void HW_ammoMenu(void);
    30 	void HW_ammoMenu(void);