comparison skeleton/MyPlugin.h @ 419:55de53d7c777

Merge
author Chris Cannam
date Tue, 01 Mar 2016 12:21:23 +0000
parents 6c38ae0a25e5
children
comparison
equal deleted inserted replaced
418:a13635e9c440 419:55de53d7c777
3 // libraries. Replace MyPlugin and myPlugin throughout with the name 3 // libraries. Replace MyPlugin and myPlugin throughout with the name
4 // of your first plugin class, and fill in the gaps as appropriate. 4 // of your first plugin class, and fill in the gaps as appropriate.
5 5
6 6
7 // Remember to use a different guard symbol in each header! 7 // Remember to use a different guard symbol in each header!
8 #ifndef _MY_PLUGIN_H_ 8 #ifndef MY_PLUGIN_H
9 #define _MY_PLUGIN_H_ 9 #define MY_PLUGIN_H
10 10
11 #include <vamp-sdk/Plugin.h> 11 #include <vamp-sdk/Plugin.h>
12 12
13 using std::string; 13 using std::string;
14 14