[Scummvm-cvs-logs] SF.net SVN: scummvm: [23583] scummvm/trunk/engines/saga

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Jul 23 17:17:01 CEST 2006


Revision: 23583
Author:   eriktorbjorn
Date:     2006-07-23 08:16:50 -0700 (Sun, 23 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23583&view=rev

Log Message:
-----------
Changed SAGA_ACTOR_H__ to SAGA_ACTOR_H etc for consistency.

Modified Paths:
--------------
    scummvm/trunk/engines/saga/actor.h
    scummvm/trunk/engines/saga/font.h
    scummvm/trunk/engines/saga/interface.h
    scummvm/trunk/engines/saga/list.h
    scummvm/trunk/engines/saga/rscfile.h
    scummvm/trunk/engines/saga/sprite.h
    scummvm/trunk/engines/saga/stream.h
Modified: scummvm/trunk/engines/saga/actor.h
===================================================================
--- scummvm/trunk/engines/saga/actor.h	2006-07-23 15:08:48 UTC (rev 23582)
+++ scummvm/trunk/engines/saga/actor.h	2006-07-23 15:16:50 UTC (rev 23583)
@@ -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"
 

Modified: scummvm/trunk/engines/saga/font.h
===================================================================
--- scummvm/trunk/engines/saga/font.h	2006-07-23 15:08:48 UTC (rev 23582)
+++ scummvm/trunk/engines/saga/font.h	2006-07-23 15:16:50 UTC (rev 23583)
@@ -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"

Modified: scummvm/trunk/engines/saga/interface.h
===================================================================
--- scummvm/trunk/engines/saga/interface.h	2006-07-23 15:08:48 UTC (rev 23582)
+++ scummvm/trunk/engines/saga/interface.h	2006-07-23 15:16:50 UTC (rev 23583)
@@ -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 @@
 
 } // End of namespace Saga
 
-#endif				/* INTERFACE_H__ */
+#endif

Modified: scummvm/trunk/engines/saga/list.h
===================================================================
--- scummvm/trunk/engines/saga/list.h	2006-07-23 15:08:48 UTC (rev 23582)
+++ scummvm/trunk/engines/saga/list.h	2006-07-23 15:16:50 UTC (rev 23583)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SAGA_LIST_H__
-#define SAGA_LIST_H__
+#ifndef SAGA_LIST_H
+#define SAGA_LIST_H
 
 #include "common/list.h"
 

Modified: scummvm/trunk/engines/saga/rscfile.h
===================================================================
--- scummvm/trunk/engines/saga/rscfile.h	2006-07-23 15:08:48 UTC (rev 23582)
+++ scummvm/trunk/engines/saga/rscfile.h	2006-07-23 15:16:50 UTC (rev 23583)
@@ -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"
 

Modified: scummvm/trunk/engines/saga/sprite.h
===================================================================
--- scummvm/trunk/engines/saga/sprite.h	2006-07-23 15:08:48 UTC (rev 23582)
+++ scummvm/trunk/engines/saga/sprite.h	2006-07-23 15:16:50 UTC (rev 23583)
@@ -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 {
 

Modified: scummvm/trunk/engines/saga/stream.h
===================================================================
--- scummvm/trunk/engines/saga/stream.h	2006-07-23 15:08:48 UTC (rev 23582)
+++ scummvm/trunk/engines/saga/stream.h	2006-07-23 15:16:50 UTC (rev 23583)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SAGA_STREAM_H__
-#define SAGA_STREAM_H__
+#ifndef SAGA_STREAM_H
+#define SAGA_STREAM_H
 
 #include "common/stream.h"
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list