Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Plugins / FileTypes / DrawerContents / plugin_data.h
blob4c3311cb8cd3e97310c8bd7c5573093141997a25
1 // plugin_data.h
2 // $Date$
3 // $Revision$
5 #ifndef PLUGIN_DATA_H_INCLUDED
6 #define PLUGIN_DATA_H_INCLUDED
8 #include <defs.h>
9 #include <Year.h>
11 #define PLUGIN_TYPE FILETYPE
13 #define LIB_BASETYPE struct DrawerContentsBase
15 #define LIB_VERSION 40
16 #define LIB_REVISION 7
18 #define LIB_NAME "drawercontents.plugin"
19 #define LIB_VERSTRING "$VER: drawercontents.plugin " \
20 STR(LIB_VERSION) "." STR(LIB_REVISION) " (30.09.2005)" \
21 COMPILER_STRING " ©2003" CURRENTYEAR \
22 " The Scalos Team"
25 #define FT_INFOSTRING LIBToolTipInfoString
26 #define FT_INFOSTRING_AROS PluginBase_0_LIBToolTipInfoString
28 //----------------------------------------------------------------------------
29 // code and includes to define the structs and functions used above
31 #include "DrawerContents_base.h"
33 #endif /* PLUGUN_DATA_H_INCLUDED */