SimplePlayerFactory.hpp

Go to the documentation of this file.
00001 #ifndef SimplePlayerFactory_hpp
00002 #define SimplePlayerFactory_hpp
00003 
00004 #include "BasicPre.hpp"
00005 #include "SimpleActorFactory.hpp"
00006 
00007 namespace se_basic {
00008 
00009     class _SeBasicExport SimplePlayerFactory : public SimpleActorFactory {
00010     public:
00011         SimplePlayerFactory(se_core::String* name);
00012         ~SimplePlayerFactory();
00013     };
00014 
00015 }
00016 
00017 #endif

Home Page | SagaEngine trunk (updated nightly) reference generated Sun Dec 2 20:06:03 2007 by Doxygen version 1.3.9.1.

SourceForge.net Logo