added 'loadp'
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user