aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index 2038b42839..a6f60823c0 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -21,7 +21,9 @@
#ifndef COSTUME_H
#define COSTUME_H
-#include "base-costume.h"
+#include "scumm/base-costume.h"
+
+namespace Scumm {
class LoadedCostume {
protected:
@@ -78,4 +80,6 @@ protected:
byte mainRoutine(int xmoveCur, int ymoveCur);
};
+} // End of namespace Scumm
+
#endif