Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
ObjectKeeper.hGo to the documentation of this file.00001 #ifndef OBJECT_KEEPER_H_ 00002 #define OBJECT_KEEPER_H_ 00003 00004 #include "DualCoding/DualCoding.h" 00005 #include "DualCoding/ShapeCylinder.h" 00006 00007 namespace Kodu { 00008 00009 // temporary fix (entire class will be removed later and a better solution implemented) 00010 class ObjectKeeper { 00011 public: 00012 static DualCoding::ShapeRoot tempObject; 00013 static bool isValid; 00014 static DualCoding::ShapeRoot invalidObject; 00015 }; 00016 } 00017 00018 #endif // OBJECT_KEEPER_H_ |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:45 2016 by Doxygen 1.6.3 |