aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/eden.h')
-rw-r--r--engines/cryo/eden.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/cryo/eden.h b/engines/cryo/eden.h
index ae7afe396b..df6af91d8e 100644
--- a/engines/cryo/eden.h
+++ b/engines/cryo/eden.h
@@ -1,14 +1,14 @@
-#pragma once
-
-#define EDEN_DEBUG
-
-namespace Cryo {
-
-class EdenGame {
-public:
- void main();
-};
-
-class EdenGameImpl;
-
-}
+#pragma once
+
+#define EDEN_DEBUG
+
+namespace Cryo {
+
+class EdenGame {
+public:
+ void main();
+};
+
+class EdenGameImpl;
+
+}