00001 //------------------------------------------------------------------------- 00002 // 00003 // File: PluginClass.h 00004 // Desc: Plugin Class namespace header. 00005 // Author: memon <memon@inside.org> 00006 // 00007 //------------------------------------------------------------------------- 00008 // Copyright (c) 2000-2002 Moppi Productions. All Rights Reserved. 00009 // This file is part of Moppi Demopaja SDK. For conditions of 00010 // distribution and use, see the accompanying license.txt file. 00011 // http://moppi.inside.org/demopaja/ 00012 //------------------------------------------------------------------------- 00013 00014 #ifndef __DEMOPAJA_PLUGINCLASS_H__ 00015 #define __DEMOPAJA_PLUGINCLASS_H__ 00016 00018 namespace PluginClass { 00019 }; 00020 00021 #include "ClassDescC.h" 00022 #include "ClassIdC.h" 00023 #include "FactoryC.h" 00024 #include "DllInterfaceI.h" 00025 00026 #endif