fixed folder command

This commit is contained in:
BADIM-PC\Vadim
2018-02-13 19:39:26 +03:00
parent a3126275b4
commit 4b2db873a7
6 changed files with 51 additions and 39 deletions

View File

@@ -77,7 +77,7 @@ typedef struct
s32 arrow;
s32 hand;
s32 ibeam;
bool pixelPerfect;
} cursor;
@@ -238,6 +238,8 @@ typedef struct
void (*showMessageBox)(const char* title, const char* message);
void (*setWindowTitle)(const char* title);
void (*openSystemPath)(const char* path);
} System;
TIC80_API Studio* studioInit(s32 argc, char **argv, s32 samplerate, const char* appFolder, System* system);
@@ -272,4 +274,6 @@ 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);
TIC80_API void updateStudioProject();
TIC80_API void updateStudioProject();
void openSystemPath(const char* path);