aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/Editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/src/Editor.h')
-rw-r--r--externals/grill/vst/src/Editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/vst/src/Editor.h b/externals/grill/vst/src/Editor.h
index b77d8916..e3f9a3d6 100644
--- a/externals/grill/vst/src/Editor.h
+++ b/externals/grill/vst/src/Editor.h
@@ -16,5 +16,8 @@ void SetupEditor();
void StartEditor(VSTPlugin *p);
void StopEditor(VSTPlugin *p);
void ShowEditor(VSTPlugin *p,bool show);
+void MoveEditor(VSTPlugin *p,int x,int y);
+void SizeEditor(VSTPlugin *p,int x,int y);
+bool IsEditorShown(const VSTPlugin *p);
#endif // __EDITOR_H