aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/Editor.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-01-27 03:41:26 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-01-27 03:41:26 +0000
commit851555a3e26e6e37908696f45223896dc86e6d1c (patch)
treefe4630694fd85409d8c3d0a064341b91c2e13adf /externals/grill/vst/src/Editor.h
parentc58e9c41c48256950c2d6469a14686a3bd5036bf (diff)
""
svn path=/trunk/; revision=1296
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