project_files/HedgewarsMobile/Classes/PascalImports.h
changeset 3680 aaf832c6fbd7
parent 3668 3f7a95234d8a
child 3703 12d17c6e8855
equal deleted inserted replaced
3678:00428183300f 3680:aaf832c6fbd7
    56     void HW_setCursor(int x, int y);
    56     void HW_setCursor(int x, int y);
    57     void HW_getCursor(int *x, int *y);
    57     void HW_getCursor(int *x, int *y);
    58 
    58 
    59     void HW_setPianoSound(int snd);
    59     void HW_setPianoSound(int snd);
    60     
    60     
       
    61     float HW_zoomFactor(void);
       
    62     int HW_zoomLevel(void);
       
    63     
    61     BOOL HW_isAmmoOpen(void);
    64     BOOL HW_isAmmoOpen(void);
    62     BOOL HW_isPaused(void);
    65     BOOL HW_isPaused(void);
    63     BOOL HW_isWeaponRequiringClick(void);
    66     BOOL HW_isWeaponRequiringClick(void);
    64     BOOL HW_isWeaponTimerable(void);
    67     BOOL HW_isWeaponTimerable(void);
    65     BOOL HW_isWeaponSwitch(void);
    68     BOOL HW_isWeaponSwitch(void);