no message

This commit is contained in:
BADIM-PC\Vadim
2018-01-24 19:09:22 +03:00
parent 54b070850c
commit b4c46a29e2
5 changed files with 59 additions and 54 deletions

View File

@@ -133,7 +133,7 @@ bool checkMouseDown(const SDL_Rect* rect, s32 button);
bool getGesturePos(SDL_Point* pos);
const u8* getKeyboard();
// const u8* getKeyboard();
void drawToolbar(tic_mem* tic, u8 color, bool bg);
void drawBitIcon(s32 x, s32 y, const u8* ptr, u8 color);
@@ -202,6 +202,8 @@ tic_map* getBankMap();
typedef struct
{
tic_mem* tic;
bool quit;
} Studio;
Studio* studioInit(s32 argc, char **argv, s32 samplerate);