diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-11 04:58:01 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-11 04:58:01 +0000 |
commit | 27da08004c5f024a0f35e3cb4c2b3942548ebcfa (patch) | |
tree | c89092a5e8d13c11719b7975b9557efbf3ca131f /externals/grill/vst/src/main.h | |
parent | 467591c8ba03dbd60ceada93482460de3b888838 (diff) |
restructured VSThost code
better shell support
fix for build system
update for flext build systemcleanups
VSTTime info
added event processing (like Midi in)
svn path=/trunk/; revision=2617
Diffstat (limited to 'externals/grill/vst/src/main.h')
-rw-r--r-- | externals/grill/vst/src/main.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/externals/grill/vst/src/main.h b/externals/grill/vst/src/main.h index fab6b622..ffd138ec 100644 --- a/externals/grill/vst/src/main.h +++ b/externals/grill/vst/src/main.h @@ -24,17 +24,5 @@ WARRANTIES, see the file, "license.txt," in this distribution. #error Platform not supported! #endif -typedef void V; -typedef int I; -typedef long L; -typedef unsigned long UL; -typedef float F; -typedef t_sample R; -typedef char C; -typedef bool BL; -typedef t_atom A; -typedef t_symbol S; - - #endif |