summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-11-23 23:25:44 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-11-23 23:45:54 +0100
commitb7783b19d2d075ba507f4300e44704710301fbb5 (patch)
treebcb481da6c2bc8a0bc467acb02a5573980b13b8d /src/core/Frontend.h
parenttwo unused functions (diff)
downloadre3-b7783b19d2d075ba507f4300e44704710301fbb5.tar
re3-b7783b19d2d075ba507f4300e44704710301fbb5.tar.gz
re3-b7783b19d2d075ba507f4300e44704710301fbb5.tar.bz2
re3-b7783b19d2d075ba507f4300e44704710301fbb5.tar.lz
re3-b7783b19d2d075ba507f4300e44704710301fbb5.tar.xz
re3-b7783b19d2d075ba507f4300e44704710301fbb5.tar.zst
re3-b7783b19d2d075ba507f4300e44704710301fbb5.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 9455a1f9..0e898796 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -4,6 +4,7 @@
#else
#include "Sprite2d.h"
+#include "Timer.h"
#define MENUHEADER_POS_X 10.0f
#define MENUHEADER_POS_Y 10.0f
@@ -642,6 +643,22 @@ public:
#define ISLAND_LOADING_ISNT(p)
#endif
+#ifdef XBOX_MESSAGE_SCREEN
+ static uint32 m_nDialogHideTimer;
+ static PauseModeTime m_nDialogHideTimerPauseMode;
+ static bool m_bDialogOpen;
+ static wchar *m_pDialogText;
+ static bool m_bSaveWasSuccessful;
+
+ static void SetDialogText(const char*);
+ static bool DialogTextCmp(const char*);
+ static void ToggleDialog(bool);
+ static void SetDialogTimer(uint32);
+ void ProcessDialogTimer(void);
+ void DrawOverlays(void);
+ void CloseDialog(void);
+#endif
+
void Initialise();
void PrintMap();
void SetFrontEndRenderStates();