cocoaTouch/otherSrc/PascalImports.h
changeset 3347 5d0ac8197eb7
parent 3063 0092dc37fbd6
child 3365 37ac593e9027
--- a/cocoaTouch/otherSrc/PascalImports.h	Fri Apr 16 14:37:28 2010 +0000
+++ b/cocoaTouch/otherSrc/PascalImports.h	Fri Apr 16 15:25:15 2010 +0000
@@ -43,6 +43,11 @@
 	void HW_tab(void);
 	void HW_pause(void);
     
+	void HW_cursorUp(int);
+	void HW_cursorDown(int);
+	void HW_cursorLeft(int);
+	void HW_cursorRight(int);
+    
     void HW_terminate(BOOL);
 	
 #ifdef __cplusplus