cocoaTouch/otherSrc/PascalImports.h
changeset 3347 5d0ac8197eb7
parent 3063 0092dc37fbd6
child 3365 37ac593e9027
equal deleted inserted replaced
3346:967fd96f7373 3347:5d0ac8197eb7
    41 	
    41 	
    42 	void HW_chat(void);
    42 	void HW_chat(void);
    43 	void HW_tab(void);
    43 	void HW_tab(void);
    44 	void HW_pause(void);
    44 	void HW_pause(void);
    45     
    45     
       
    46 	void HW_cursorUp(int);
       
    47 	void HW_cursorDown(int);
       
    48 	void HW_cursorLeft(int);
       
    49 	void HW_cursorRight(int);
       
    50     
    46     void HW_terminate(BOOL);
    51     void HW_terminate(BOOL);
    47 	
    52 	
    48 #ifdef __cplusplus
    53 #ifdef __cplusplus
    49 }
    54 }
    50 #endif
    55 #endif