cocoaTouch/otherSrc/PascalImports.h
changeset 2682 d4c395f25db2
parent 2678 334016e8d895
child 2683 bad2a30d5d6c
--- a/cocoaTouch/otherSrc/PascalImports.h	Thu Jan 07 16:18:32 2010 +0000
+++ b/cocoaTouch/otherSrc/PascalImports.h	Thu Jan 07 19:50:40 2010 +0000
@@ -13,16 +13,23 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-
-/* add C declarations below for all exported Pascal functions/procedure
- * that you want to use
- */
+	
+	/* add C declarations below for all exported Pascal functions/procedure
+	 * that you want to use
+	 */
 	
-void HW_click(void);
-void HW_zoomIn(void);
-void HW_zoomOut(void);
-void HW_ammoMenu(void);
-
+	void HW_click(void);
+	void HW_zoomIn(void);
+	void HW_zoomOut(void);
+	void HW_ammoMenu(void);
+	void HW_allKeysUp(void);
+	
+	void HW_walkLeft(void);
+	void HW_walkRight(void);
+	void HW_aimUp(void);
+	void HW_aimDown(void);
+	void HW_shoot(void);
+	
 #ifdef __cplusplus
 }
 #endif