Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginAdapter.h @ 10:83d3eb580731
* Use a single Makefile
author | cannam |
---|---|
date | Thu, 06 Apr 2006 12:01:07 +0000 |
parents | 8f10d35a4090 |
children | a3d35e11c3fe |
comparison
equal
deleted
inserted
replaced
9:44113b1e296b | 10:83d3eb580731 |
---|---|
35 */ | 35 */ |
36 | 36 |
37 #ifndef _VAMP_PLUGIN_ADAPTER_H_ | 37 #ifndef _VAMP_PLUGIN_ADAPTER_H_ |
38 #define _VAMP_PLUGIN_ADAPTER_H_ | 38 #define _VAMP_PLUGIN_ADAPTER_H_ |
39 | 39 |
40 #include "vamp.h" | 40 #include <vamp/vamp.h> |
41 | |
41 #include "Plugin.h" | 42 #include "Plugin.h" |
42 | 43 |
43 #include <map> | 44 #include <map> |
44 | 45 |
45 namespace Vamp { | 46 namespace Vamp { |