Initial import of Scalos. To decrease size I have
[AROS-Contrib.git] / scalos / Plugins / FileTypes / ExifPicture / ExifPicture_base.h
blob9c593c8dd92b43da4071066a55bab4aba850aaa6
1 // ExifPicture_base.h
2 // $Date$
3 // $Revision$
5 #ifndef __EXIFPICTURE_BASE
6 #define __EXIFPICTURE_BASE
8 #include <libraries/locale.h>
10 #include "plugin.h"
12 struct ExifPictureBase
14 struct PluginBase pdb_PluginBase;
16 struct Locale *pdb_Locale;
17 struct Catalog *pdb_Catalog;
20 #endif //__EXIFPICTURE_BASE