added 'loadp'

This commit is contained in:
BADIM-PC\Vadim
2017-11-11 14:44:41 +03:00
parent 8bfda3eab0
commit bc29543c78
6 changed files with 204 additions and 81 deletions

View File

@@ -146,7 +146,7 @@ EditorMode getStudioMode();
void exitStudio();
u32 unzip(u8** dest, const u8* source, size_t size);
void str2buf(const char* str, void* buf, bool flip);
void str2buf(const char* str, s32 size, void* buf, bool flip);
void toClipboard(const void* data, s32 size, bool flip);
bool fromClipboard(void* data, s32 size, bool flip);