Run button on code editor

This commit is contained in:
Effer
2017-10-07 18:02:53 +02:00
parent 68062879c9
commit 75b16b8618
3 changed files with 18 additions and 2 deletions

View File

@@ -172,6 +172,7 @@ typedef enum
TIC_TOOLBAR_PASTE,
TIC_TOOLBAR_UNDO,
TIC_TOOLBAR_REDO,
TIC_TOOLBAR_RUN,
} StudioEvent;
void setStudioEvent(StudioEvent event);