equal
deleted
inserted
replaced
65 void HW_tab(void); |
65 void HW_tab(void); |
66 void HW_pause(void); |
66 void HW_pause(void); |
67 |
67 |
68 void HW_terminate(BOOL andCloseFrontend); |
68 void HW_terminate(BOOL andCloseFrontend); |
69 |
69 |
70 void HW_setLandscape(BOOL rotate); |
|
71 void HW_setCursor(int x, int y); |
70 void HW_setCursor(int x, int y); |
72 void HW_getCursor(int *x, int *y); |
71 void HW_getCursor(int *x, int *y); |
73 |
72 |
74 BOOL HW_isAmmoOpen(void); |
73 BOOL HW_isAmmoOpen(void); |
75 BOOL HW_isPaused(void); |
74 BOOL HW_isPaused(void); |