Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginBase.h @ 234:7b12c3decc42 distinct-libraries
* install fixes, mostly
author | cannam |
---|---|
date | Fri, 07 Nov 2008 16:39:24 +0000 |
parents | 521734d2b498 |
children | ebc47e614cf5 |
comparison
equal
deleted
inserted
replaced
233:521734d2b498 | 234:7b12c3decc42 |
---|---|
37 #ifndef _VAMP_SDK_PLUGIN_BASE_H_ | 37 #ifndef _VAMP_SDK_PLUGIN_BASE_H_ |
38 #define _VAMP_SDK_PLUGIN_BASE_H_ | 38 #define _VAMP_SDK_PLUGIN_BASE_H_ |
39 | 39 |
40 #include <string> | 40 #include <string> |
41 #include <vector> | 41 #include <vector> |
42 | |
43 #define VAMP_SDK_VERSION "2.0" | |
44 #define VAMP_SDK_MAJOR_VERSION 2 | |
45 #define VAMP_SDK_MINOR_VERSION 0 | |
42 | 46 |
43 #include "plugguard.h" | 47 #include "plugguard.h" |
44 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) | 48 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) |
45 | 49 |
46 namespace Vamp { | 50 namespace Vamp { |