no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-14 15:14:05 +03:00
parent a6bfc6011e
commit 7b9551f2a0
5 changed files with 158 additions and 201 deletions

View File

@@ -212,13 +212,4 @@ char getKeyboardText();
bool keyWasPressed(tic_key key);
bool anyKeyWasPressed();
typedef struct
{
tic_mem* tic;
bool quit;
} Studio;
TIC80_API Studio* studioInit(s32 argc, char **argv, s32 samplerate, const char* appFolder, System* system);
TIC80_API void studioTick(void* pixels);
TIC80_API void studioClose();
TIC80_API void updateStudioProject();
System* getSystem();