no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-14 15:23:26 +03:00
parent b60b0c7de3
commit 5366ec606d
4 changed files with 4 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ void studioConfigChanged();
void setStudioMode(EditorMode mode);
void resumeRunMode();
EditorMode getStudioMode();
TIC80_API void exitStudio();
void exitStudio();
u32 unzip(u8** dest, const u8* source, size_t size);
void str2buf(const char* str, s32 size, void* buf, bool flip);