aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index 09e662b634..768af5bdbd 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -24,6 +24,8 @@
#include "common/rect.h"
#include "common/scummsys.h"
+namespace Scumm {
+
class ScummEngine;
class NutRenderer;
struct VirtScreen;
@@ -143,4 +145,7 @@ public:
int getFontHeight();
};
+} // End of namespace Scumm
+
+
#endif