src/ResourceManager/FontFactory.h

Go to the documentation of this file.
00001 /* Crown and Cutlass
00002  * FontFactory Header
00003  */
00004 
00005 #if !defined ( _FONT_FACTORY_H_ )
00006 #define _FONT_FACTORY_H_
00007 
00008 #include "IResourceFactory.h"
00009 
00010 class IResource;
00011 class TiXmlElement;
00012 
00013 class FontFactory: public IResourceFactory {
00014  public:
00015   ~FontFactory();
00016 
00017   IResource* NewResource(TiXmlElement *XmlElement);
00018 };
00019 
00020 #endif

Generated on Mon Jan 8 22:34:12 2007 for CrownandCutlass by  doxygen 1.4.7