gfxMgr.h

Go to the documentation of this file.
00001 /*
00002  * gfxMgr.h
00003  *
00004  *  Created on: Feb 20, 2012
00005  *      Author: sushil
00006  */
00007 
00008 #ifndef GFXMGR_H_
00009 #define GFXMGR_H_
00010 
00011 
00012 namespace OgreGFX {
00013         class GraphicsInteractionManager;
00014 
00015         class GFXMgr {
00016         public:
00017                 GraphicsInteractionManager *gfx;
00018                 GFXMgr(GraphicsInteractionManager *gim) {
00019                                 gfx = gim;
00020                 }
00021                 virtual void initialize(){};
00022         };
00023 }
00024 
00025 #endif /* GFXMGR_H_ */

Generated on Fri Dec 13 14:54:16 2013 for FastECSLent by  doxygen 1.5.4