project_files/HedgewarsMobile/Classes/PascalImports.h
changeset 3637 0db298524c3d
parent 3635 38d3e31556d3
child 3639 b5cdbcc89b61
equal deleted inserted replaced
3636:c0d82112f479 3637:0db298524c3d
    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     void HW_saveCursor(BOOL reset);
       
    59     
    59     BOOL HW_isAmmoOpen(void);
    60     BOOL HW_isAmmoOpen(void);
       
    61     BOOL HW_isWeaponRequiringClick(void);
    60 #ifdef __cplusplus
    62 #ifdef __cplusplus
    61 }
    63 }
    62 #endif
    64 #endif
    63 
    65 
    64 #endif
    66 #endif