aboutsummaryrefslogtreecommitdiff
path: root/sky/grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/grid.h')
-rw-r--r--sky/grid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/grid.h b/sky/grid.h
index b71554cc28..43b9530839 100644
--- a/sky/grid.h
+++ b/sky/grid.h
@@ -25,6 +25,8 @@
#include "stdafx.h"
#include "common/scummsys.h"
+namespace Sky {
+
struct Compact;
class SkyDisk;
@@ -57,4 +59,6 @@ private:
SkyDisk *_skyDisk;
};
+} // End of namespace Sky
+
#endif //SKYGRID_H