project_files/HedgewarsMobile/Classes/PascalImports.h
changeset 3789 c3eb56754e92
parent 3779 3351a017d4ad
child 3829 81db3c85784b
equal deleted inserted replaced
3787:6e84339eefee 3789:c3eb56754e92
    52     void HW_chatEnd(void);
    52     void HW_chatEnd(void);
    53     void HW_tab(void);
    53     void HW_tab(void);
    54     void HW_pause(void);
    54     void HW_pause(void);
    55 
    55 
    56     void HW_terminate(BOOL andCloseFrontend);
    56     void HW_terminate(BOOL andCloseFrontend);
       
    57     void HW_dismissReady(void);
    57 
    58 
    58     void HW_setLandscape(BOOL rotate);
    59     void HW_setLandscape(BOOL rotate);
    59     void HW_setCursor(int x, int y);
    60     void HW_setCursor(int x, int y);
    60     void HW_getCursor(int *x, int *y);
    61     void HW_getCursor(int *x, int *y);
    61 
    62