iPhone/OgreConfigDialogImp.h
Go to the documentation of this file.
00001 #ifndef __iPhoneConfigDialog_H__
00002 #define __iPhoneConfigDialog_H__
00003 
00004 #include "OgrePrerequisites.h"
00005 #include "OgreRoot.h"
00006 #include "OgreRenderSystem.h"
00007 
00008 namespace Ogre
00009 {
00010     class _OgreExport ConfigDialog : public UtilityAlloc
00011     {
00012     public:
00013         ConfigDialog();
00014         ~ConfigDialog();
00015     
00016     public:
00017         void initialise();
00018         void run();
00019         void cancel();
00020 
00021         bool display();
00022 
00023     protected:
00024         RenderSystem* iSelectedRenderSystem;
00025         bool        iDisplayStatus;     
00026     };
00027 }
00028 
00029 #endif // __IPHONE_CONFIG_DIALOG_H__

Copyright © 2008 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Sat Jan 14 2012 18:40:43