Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/hostext/PluginWrapper.h @ 230:5ee166dccfff distinct-libraries
* Add include guards; make code compile!
author | cannam |
---|---|
date | Fri, 07 Nov 2008 14:11:39 +0000 |
parents | 6b30e064cab7 |
children |
comparison
equal
deleted
inserted
replaced
229:3451f7dfa2be | 230:5ee166dccfff |
---|---|
35 */ | 35 */ |
36 | 36 |
37 #ifndef _VAMP_PLUGIN_WRAPPER_H_ | 37 #ifndef _VAMP_PLUGIN_WRAPPER_H_ |
38 #define _VAMP_PLUGIN_WRAPPER_H_ | 38 #define _VAMP_PLUGIN_WRAPPER_H_ |
39 | 39 |
40 #include "vamp-sdk/Plugin.h" | 40 #include <vamp-hostsdk/Plugin.h> |
41 | 41 |
42 namespace Vamp { | 42 namespace Vamp { |
43 | 43 |
44 namespace HostExt { | 44 namespace HostExt { |
45 | 45 |