#include "global.h"#include "MercuryScreen.h"#include "MercuryModel.h"#include "MercuryScreenManager.h"#include "MercuryDisplay.h"#include "MercuryLog.h"#include "MercuryTheme.h"#include "MercuryTextureManager.h"#include "MercuryObjectFactory.h"Go to the source code of this file.
Defines | |
| #define | MC_DISPLAYRESIZED 1 |
Functions | |
| void | RegisterMercuryScreen (const MString &sClassName, NewScreenFunction pfn) |
Variables | |
| std::map< MString, NewScreenFunction > * | ToMakeScreens = NULL |
| #define MC_DISPLAYRESIZED 1 |
Definition at line 11 of file MercuryScreen.cpp.
| void RegisterMercuryScreen | ( | const MString & | sClassName, | |
| NewScreenFunction | pfn | |||
| ) |
Definition at line 15 of file MercuryScreen.cpp.
| std::map< MString, NewScreenFunction >* ToMakeScreens = NULL |
Definition at line 13 of file MercuryScreen.cpp.