OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iPhone/OgreConfigDialogImp.h
Go to the documentation of this file.
1 #ifndef __iPhoneConfigDialog_H__
2 #define __iPhoneConfigDialog_H__
3 
4 #include "OgrePrerequisites.h"
5 #include "OgreRoot.h"
6 #include "OgreRenderSystem.h"
7 
8 namespace Ogre
9 {
10  class _OgreExport ConfigDialog : public UtilityAlloc
11  {
12  public:
13  ConfigDialog();
14  ~ConfigDialog();
15 
16  public:
17  void initialise();
18  void run();
19  void cancel();
20 
21  bool display();
22 
23  protected:
26  };
27 }
28 
29 #endif // __IPHONE_CONFIG_DIALOG_H__
RenderSystem * iSelectedRenderSystem
#define _OgreExport
Definition: OgrePlatform.h:203
GeneralAllocatedObject UtilityAlloc
Defines the functionality of a 3D API.