no message

This commit is contained in:
BADIM-PC\Vadim
2018-02-13 18:45:54 +03:00
parent 5c276e4ec0
commit 9aab993fe4
3 changed files with 21 additions and 54 deletions

View File

@@ -155,7 +155,7 @@ void studioConfigChanged();
void setStudioMode(EditorMode mode);
void resumeRunMode();
EditorMode getStudioMode();
void exitStudio();
TIC80_API void exitStudio();
u32 unzip(u8** dest, const u8* source, size_t size);
void str2buf(const char* str, s32 size, void* buf, bool flip);
@@ -269,4 +269,4 @@ typedef struct
NetVersion netVersionRequest(Net* net);
void netDirRequest(Net* net, const char* path, ListCallback callback, void* data);
void showMessageBox(const char* title, const char* message);
void updateStudioProject();
TIC80_API void updateStudioProject();