aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/adl/adl.h')
-rw-r--r--engines/adl/adl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/adl/adl.h b/engines/adl/adl.h
index 987a962b4f..4c8180eeab 100644
--- a/engines/adl/adl.h
+++ b/engines/adl/adl.h
@@ -42,16 +42,16 @@ class Parser;
class Console;
struct AdlGameDescription;
-struct StringOffset {
- int stringIdx;
- uint offset;
-};
-
enum GameType {
kGameTypeNone = 0,
kGameTypeHires1
};
+struct StringOffset {
+ int stringIdx;
+ uint offset;
+};
+
// Messages used outside of scripts
enum EngineMessage {
IDI_MSG_CANT_GO_THERE,