no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-14 15:44:27 +03:00
parent 88737d200d
commit a850d64444
5 changed files with 10 additions and 4 deletions

View File

@@ -141,8 +141,6 @@ void showTooltip(const char* text);
tic_key* getKeymap();
const StudioConfig* getConfig();
void setSpritePixel(tic_tile* tiles, s32 x, s32 y, u8 color);
u8 getSpritePixel(tic_tile* tiles, s32 x, s32 y);
@@ -168,4 +166,5 @@ char getKeyboardText();
bool keyWasPressed(tic_key key);
bool anyKeyWasPressed();
const StudioConfig* getConfig();
System* getSystem();