aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index a39fe29772..7dc58b0b10 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -23,10 +23,11 @@
#ifndef HOPKINS_OBJECTS_H
#define HOPKINS_OBJECTS_H
+#include "hopkins/globals.h"
+
#include "common/scummsys.h"
#include "common/endian.h"
#include "common/str.h"
-#include "hopkins/globals.h"
#define MAX_SPRITE 5
namespace Hopkins {