project_files/HedgewarsMobile/Classes/PascalImports.h
changeset 3635 38d3e31556d3
parent 3626 19f78afa0188
child 3637 0db298524c3d
equal deleted inserted replaced
3634:93d260c96635 3635:38d3e31556d3
    53     
    53     
    54     void HW_terminate(BOOL);
    54     void HW_terminate(BOOL);
    55     
    55     
    56     void HW_setLandscape(BOOL);
    56     void HW_setLandscape(BOOL);
    57     void HW_setCursor(int x, int y);
    57     void HW_setCursor(int x, int y);
       
    58     void HW_saveCursor(BOOL reset);
    58     BOOL HW_isAmmoOpen(void);
    59     BOOL HW_isAmmoOpen(void);
    59 #ifdef __cplusplus
    60 #ifdef __cplusplus
    60 }
    61 }
    61 #endif
    62 #endif
    62 
    63