aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/platdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryo/platdefs.h')
-rw-r--r--engines/cryo/platdefs.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/cryo/platdefs.h b/engines/cryo/platdefs.h
index c011a5f62d..00996285f6 100644
--- a/engines/cryo/platdefs.h
+++ b/engines/cryo/platdefs.h
@@ -1,8 +1,11 @@
-#pragma once
+#ifndef CRYO_PLATDEFS_H
+#define CRYO_PLATDEFS_H
#if 1
#include "common/file.h"
+namespace Cryo {
+
typedef Common::File file_t;
struct filespec_t {
@@ -24,3 +27,7 @@ const int subtitles_x_width = (320 - subtitles_x_margin * 2);
const int subtitles_x_center = subtitles_x_width / 2;
#endif
+
+} // End of namespace Cryo
+
+#endif