project_files/HedgewarsMobile/Classes/PascalImports.h
changeset 3650 ec90e573f47a
parent 3649 bc35f8fee587
child 3651 7058ca178f3b
equal deleted inserted replaced
3649:bc35f8fee587 3650:ec90e573f47a
    20 
    20 
    21     void Game(const char *args[]);
    21     void Game(const char *args[]);
    22     void GenLandPreview(void);
    22     void GenLandPreview(void);
    23 
    23 
    24 
    24 
    25     void HW_versionInfo(short int*, char**);
    25     void HW_versionInfo(short int *netProto, char **versionStr);
    26 
    26 
    27     void HW_click(void);
    27     void HW_click(void);
    28     
    28     
    29     void HW_zoomIn(void);
    29     void HW_zoomIn(void);
    30     void HW_zoomOut(void);
    30     void HW_zoomOut(void);
    61     void HW_setCursor(int x, int y);
    61     void HW_setCursor(int x, int y);
    62     void HW_saveCursor(BOOL reset);
    62     void HW_saveCursor(BOOL reset);
    63     
    63     
    64     BOOL HW_isAmmoOpen(void);
    64     BOOL HW_isAmmoOpen(void);
    65     BOOL HW_isWeaponRequiringClick(void);
    65     BOOL HW_isWeaponRequiringClick(void);
       
    66     BOOL HW_isWeaponTimerable(void);
       
    67     
       
    68     void HW_setGrenadeTime(int time);
    66     
    69     
    67 #ifdef __cplusplus
    70 #ifdef __cplusplus
    68 }
    71 }
    69 #endif
    72 #endif
    70 
    73