aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/startup.h')
-rw-r--r--engines/cge/startup.h61
1 files changed, 29 insertions, 32 deletions
diff --git a/engines/cge/startup.h b/engines/cge/startup.h
index 2f1b5faa0b..5bfa9876d6 100644
--- a/engines/cge/startup.h
+++ b/engines/cge/startup.h
@@ -25,57 +25,54 @@
* Copyright (c) 1994-1995 Janus B. Wisniewski and L.K. Avalon
*/
-#ifndef __STARTUP__
-#define __STARTUP__
+#ifndef __STARTUP__
+#define __STARTUP__
-#include "cge/general.h"
+#include "cge/general.h"
namespace CGE {
-#define GAME_ID 45
-#define CDINI_FNAME 46
+#define GAME_ID 45
+#define CDINI_FNAME 46
-#define NOT_VGA_TEXT 90
-#define BAD_CHIP_TEXT 91
-#define BAD_DOS_TEXT 92
-#define NO_CORE_TEXT 93
-#define BAD_MIPS_TEXT 94
-#define NO_MOUSE_TEXT 95
-#define BAD_ARG_TEXT 96
-#define BADCD_TEXT 97
+#define NOT_VGA_TEXT 90
+#define BAD_CHIP_TEXT 91
+#define BAD_DOS_TEXT 92
+#define NO_CORE_TEXT 93
+#define BAD_MIPS_TEXT 94
+#define NO_MOUSE_TEXT 95
+#define BAD_ARG_TEXT 96
+#define BADCD_TEXT 97
-#define CFG_EXT ".CFG"
+#define CFG_EXT ".CFG"
#if defined(DEMO)
- #define MINI_EMM_SIZE 0x00004000L
- #define CORE_HIG 400
+#define MINI_EMM_SIZE 0x00004000L
+#define CORE_HIG 400
#else
- #define MINI_EMM_SIZE 0x00010000L
- #define CORE_HIG 450
+#define MINI_EMM_SIZE 0x00010000L
+#define CORE_HIG 450
#endif
-#define CORE_MID (CORE_HIG-20)
-#define CORE_LOW (CORE_MID-20)
+#define CORE_MID (CORE_HIG - 20)
+#define CORE_LOW (CORE_MID - 20)
-class STARTUP
-{
- static bool get_parms (void);
+class STARTUP {
+ static bool get_parms(void);
public:
- static int Mode;
- static int Core;
- static int SoundOk;
- static uint16 Summa;
- STARTUP (void);
+ static int Mode;
+ static int Core;
+ static int SoundOk;
+ static uint16 Summa;
+ STARTUP(void);
};
+extern EMM MiniEmm;
-
-extern EMM MiniEmm;
-
-const char *UsrPath (const char *nam);
+const char *UsrPath(const char *nam);
} // End of namespace CGE