aboutsummaryrefslogtreecommitdiff
path: root/engines/griffon/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/griffon/engine.h')
-rw-r--r--engines/griffon/engine.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/engines/griffon/engine.h b/engines/griffon/engine.h
index e76e08857e..1599866ff9 100644
--- a/engines/griffon/engine.h
+++ b/engines/griffon/engine.h
@@ -34,8 +34,10 @@
*
*/
-#ifndef _GRIFFON_H_
-#define _GRIFFON_H_
+#ifndef GRIFFON_ENGINE_H
+#define GRIFFON_ENGINE_H
+
+namespace Griffon {
#define MAXNPC 32
#define MAXFLOAT 32
@@ -270,4 +272,6 @@ void sys_LoadObjectDB();
void sys_setupAudio();
void sys_update();
-#endif // _GRIFFON_H_
+} // end of namespace Griffon
+
+#endif