cocoaTouch/otherSrc/PascalImports.h
changeset 3395 095273ad0e08
parent 3385 361bd29293f4
equal deleted inserted replaced
3394:47b51e22e670 3395:095273ad0e08
    49 	void HW_cursorLeft(int);
    49 	void HW_cursorLeft(int);
    50 	void HW_cursorRight(int);
    50 	void HW_cursorRight(int);
    51     
    51     
    52     void HW_terminate(BOOL);
    52     void HW_terminate(BOOL);
    53 	
    53 	
    54     void HW_setRotationQt(float);
    54     void HW_setLandscape(BOOL);
    55 #ifdef __cplusplus
    55 #ifdef __cplusplus
    56 }
    56 }
    57 #endif
    57 #endif
    58 
    58 
    59 #endif
    59 #endif