Added the plugins directory to CVS and updated the files

This commit is contained in:
Christian Hammacher
2005-12-11 17:31:06 +00:00
parent 7cc586bd0c
commit 3f36b51f6c
23 changed files with 2529 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef _MYPLUGIN_INCLUDE_H
#define _MYPLUGIN_INCLUDE_H
#include "studio_api.h"
EXPORT void PluginLoad(load_info *pInfo);
EXPORT void PluginUnload();
#endif //_MYPLUGIN_INCLUDE_H