aboutsummaryrefslogtreecommitdiff
path: root/sky/autoroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/autoroute.h')
-rw-r--r--sky/autoroute.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sky/autoroute.h b/sky/autoroute.h
index 79ca196a31..d3c575ac16 100644
--- a/sky/autoroute.h
+++ b/sky/autoroute.h
@@ -25,6 +25,8 @@
#include "stdafx.h"
#include "common/scummsys.h"
+namespace Sky {
+
struct Compact;
class SkyGrid;
@@ -48,5 +50,7 @@ private:
static const uint16 _logicCommands[4];
};
+} // End of namespace Sky
+
#endif // AUTOROUTE_H