_templateclass.h

00001 #ifndef TEMP_H
00002 #define TEMP_H
00003 
00004 #include "irrlicht.h"
00005 
00007 
00009 class Temp
00010 {
00011     public:
00012 
00016         Temp(irr::IrrlichtDevice* device, irr::core::stringc filePath);
00017 
00019         ~Temp();
00020 
00021     protected:
00022 
00023     private:
00024 
00027         void load(irr::core::stringc filePath);
00028 
00029         irr::IrrlichtDevice*        device;
00030 };
00031 
00032 #endif // TEMP_H

Generated on Sun Dec 2 17:09:57 2007 for Swarm by  doxygen 1.4.6-NO