no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-12 22:21:14 +03:00
parent 665a5640a5
commit 79d199a9dd
5 changed files with 0 additions and 15 deletions

View File

@@ -135,7 +135,6 @@ typedef struct
s32 x, y, w, h;
} tic_rect;
// SDL_Event* pollEvent();
void setCursor(tic_cursor id);
s32 getMouseX();
@@ -146,8 +145,6 @@ bool checkMouseDown(const tic_rect* rect, s32 button);
bool getGesturePos(tic_point* pos);
// const u8* getKeyboard();
void drawToolbar(tic_mem* tic, u8 color, bool bg);
void drawBitIcon(s32 x, s32 y, const u8* ptr, u8 color);