gfxNode.h

Go to the documentation of this file.
00001 /*
00002  * gfxNode.h
00003  *
00004  *  Created on: Feb 20, 2012
00005  *      Author: sushil
00006  */
00007 
00008 #ifndef GFXNODE_H_
00009 #define GFXNODE_H_
00010 
00011 #include <OgreSceneNode.h>
00012 
00013 namespace OgreGFX {
00014 
00015         typedef struct {
00016                 Ogre::SceneNode* node;
00017                 bool  selectable;
00018                 int   id;
00019         } GFXNode;
00020 
00021 }
00022 
00023 
00024 #endif /* GFXNODE_H_ */

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