aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-07-23 15:16:50 +0000
committerTorbjörn Andersson2006-07-23 15:16:50 +0000
commit6050989bd89493cd8f8d484333552b8b8f8581c5 (patch)
tree607cf46e76f6323a4a43eb2acce78570c36faaf4 /engines
parent4fcdbb93497d30de4c0fc606b3bbddeabdbb4746 (diff)
downloadscummvm-rg350-6050989bd89493cd8f8d484333552b8b8f8581c5.tar.gz
scummvm-rg350-6050989bd89493cd8f8d484333552b8b8f8581c5.tar.bz2
scummvm-rg350-6050989bd89493cd8f8d484333552b8b8f8581c5.zip
Changed SAGA_ACTOR_H__ to SAGA_ACTOR_H etc for consistency.
svn-id: r23583
Diffstat (limited to 'engines')
-rw-r--r--engines/saga/actor.h4
-rw-r--r--engines/saga/font.h4
-rw-r--r--engines/saga/interface.h6
-rw-r--r--engines/saga/list.h4
-rw-r--r--engines/saga/rscfile.h4
-rw-r--r--engines/saga/sprite.h4
-rw-r--r--engines/saga/stream.h4
7 files changed, 15 insertions, 15 deletions
diff --git a/engines/saga/actor.h b/engines/saga/actor.h
index 74f1abd689..2c247d7bba 100644
--- a/engines/saga/actor.h
+++ b/engines/saga/actor.h
@@ -24,8 +24,8 @@
// Actor management module header file
-#ifndef SAGA_ACTOR_H__
-#define SAGA_ACTOR_H__
+#ifndef SAGA_ACTOR_H
+#define SAGA_ACTOR_H
#include "common/savefile.h"
diff --git a/engines/saga/font.h b/engines/saga/font.h
index f7f2113808..73934b27e9 100644
--- a/engines/saga/font.h
+++ b/engines/saga/font.h
@@ -24,8 +24,8 @@
// Font management and font drawing header file
-#ifndef SAGA_FONT_H__
-#define SAGA_FONT_H__
+#ifndef SAGA_FONT_H
+#define SAGA_FONT_H
#include "saga/list.h"
#include "saga/gfx.h"
diff --git a/engines/saga/interface.h b/engines/saga/interface.h
index bee3fd4a2a..5f8f0f61e3 100644
--- a/engines/saga/interface.h
+++ b/engines/saga/interface.h
@@ -24,8 +24,8 @@
// Game interface module private header file
-#ifndef SAGA_INTERFACE_H__
-#define SAGA_INTERFACE_H__
+#ifndef SAGA_INTERFACE_H
+#define SAGA_INTERFACE_H
#include "common/savefile.h"
@@ -463,4 +463,4 @@ private:
} // End of namespace Saga
-#endif /* INTERFACE_H__ */
+#endif
diff --git a/engines/saga/list.h b/engines/saga/list.h
index d002f405de..c69d173617 100644
--- a/engines/saga/list.h
+++ b/engines/saga/list.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef SAGA_LIST_H__
-#define SAGA_LIST_H__
+#ifndef SAGA_LIST_H
+#define SAGA_LIST_H
#include "common/list.h"
diff --git a/engines/saga/rscfile.h b/engines/saga/rscfile.h
index 434a6d9a96..1fa2b19946 100644
--- a/engines/saga/rscfile.h
+++ b/engines/saga/rscfile.h
@@ -24,8 +24,8 @@
// RSC Resource file management header file
-#ifndef SAGA_RSCFILE_H__
-#define SAGA_RSCFILE_H__
+#ifndef SAGA_RSCFILE_H
+#define SAGA_RSCFILE_H
#include "common/file.h"
diff --git a/engines/saga/sprite.h b/engines/saga/sprite.h
index 03bde8e050..8e96618dba 100644
--- a/engines/saga/sprite.h
+++ b/engines/saga/sprite.h
@@ -24,8 +24,8 @@
// Sprite management module private header file
-#ifndef SAGA_SPRITE_H__
-#define SAGA_SPRITE_H__
+#ifndef SAGA_SPRITE_H
+#define SAGA_SPRITE_H
namespace Saga {
diff --git a/engines/saga/stream.h b/engines/saga/stream.h
index 4a407216b2..146ac63758 100644
--- a/engines/saga/stream.h
+++ b/engines/saga/stream.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef SAGA_STREAM_H__
-#define SAGA_STREAM_H__
+#ifndef SAGA_STREAM_H
+#define SAGA_STREAM_H
#include "common/stream.h"