[Scummvm-cvs-logs] SF.net SVN: scummvm: [24806] scummvm/trunk/engines/cine

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Dec 3 19:30:04 CET 2006


Revision: 24806
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24806&view=rev
Author:   eriktorbjorn
Date:     2006-12-03 10:29:58 -0800 (Sun, 03 Dec 2006)

Log Message:
-----------
Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I
kidding, I'm still testing the SVN change.)

Modified Paths:
--------------
    scummvm/trunk/engines/cine/anim.h
    scummvm/trunk/engines/cine/bg.h
    scummvm/trunk/engines/cine/bg_list.h
    scummvm/trunk/engines/cine/gfx.h
    scummvm/trunk/engines/cine/main_loop.h
    scummvm/trunk/engines/cine/msg.h
    scummvm/trunk/engines/cine/object.h
    scummvm/trunk/engines/cine/pal.h
    scummvm/trunk/engines/cine/part.h
    scummvm/trunk/engines/cine/prc.h
    scummvm/trunk/engines/cine/rel.h
    scummvm/trunk/engines/cine/resource.h
    scummvm/trunk/engines/cine/script.h
    scummvm/trunk/engines/cine/sfx_player.h
    scummvm/trunk/engines/cine/sound_driver.h
    scummvm/trunk/engines/cine/texte.h
    scummvm/trunk/engines/cine/unpack.h
    scummvm/trunk/engines/cine/various.h

Modified: scummvm/trunk/engines/cine/anim.h
===================================================================
--- scummvm/trunk/engines/cine/anim.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/anim.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_ANIM_H_
-#define CINE_ANIM_H_
+#ifndef CINE_ANIM_H
+#define CINE_ANIM_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/bg.h
===================================================================
--- scummvm/trunk/engines/cine/bg.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/bg.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_BG_H_
-#define CINE_BG_H_
+#ifndef CINE_BG_H
+#define CINE_BG_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/bg_list.h
===================================================================
--- scummvm/trunk/engines/cine/bg_list.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/bg_list.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_BGLIST_H_
-#define CINE_BGLIST_H_
+#ifndef CINE_BGLIST_H
+#define CINE_BGLIST_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/cine/gfx.h
===================================================================
--- scummvm/trunk/engines/cine/gfx.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/gfx.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_GFX_H_
-#define CINE_GFX_H_
+#ifndef CINE_GFX_H
+#define CINE_GFX_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/main_loop.h
===================================================================
--- scummvm/trunk/engines/cine/main_loop.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/main_loop.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_MAINLOOP_H_
-#define CINE_MAINLOOP_H_
+#ifndef CINE_MAINLOOP_H
+#define CINE_MAINLOOP_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/msg.h
===================================================================
--- scummvm/trunk/engines/cine/msg.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/msg.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_MSG_H_
-#define CINE_MSG_H_
+#ifndef CINE_MSG_H
+#define CINE_MSG_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/object.h
===================================================================
--- scummvm/trunk/engines/cine/object.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/object.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_OBJECT_H_
-#define CINE_OBJECT_H_
+#ifndef CINE_OBJECT_H
+#define CINE_OBJECT_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/pal.h
===================================================================
--- scummvm/trunk/engines/cine/pal.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/pal.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_PAL_H_
-#define CINE_PAL_H_
+#ifndef CINE_PAL_H
+#define CINE_PAL_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/part.h
===================================================================
--- scummvm/trunk/engines/cine/part.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/part.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_PART_H_
-#define CINE_PART_H_
+#ifndef CINE_PART_H
+#define CINE_PART_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/prc.h
===================================================================
--- scummvm/trunk/engines/cine/prc.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/prc.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_PRC_H_
-#define CINE_PRC_H_
+#ifndef CINE_PRC_H
+#define CINE_PRC_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/rel.h
===================================================================
--- scummvm/trunk/engines/cine/rel.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/rel.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_REL_H_
-#define CINE_REL_H_
+#ifndef CINE_REL_H
+#define CINE_REL_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/resource.h
===================================================================
--- scummvm/trunk/engines/cine/resource.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/resource.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_RESOURCE_H_
-#define CINE_RESOURCE_H_
+#ifndef CINE_RESOURCE_H
+#define CINE_RESOURCE_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/cine/script.h
===================================================================
--- scummvm/trunk/engines/cine/script.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/script.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_SCRIPT_H_
-#define CINE_SCRIPT_H_
+#ifndef CINE_SCRIPT_H
+#define CINE_SCRIPT_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/sfx_player.h
===================================================================
--- scummvm/trunk/engines/cine/sfx_player.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/sfx_player.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_SFXPLAYER_H_
-#define CINE_SFXPLAYER_H_
+#ifndef CINE_SFXPLAYER_H
+#define CINE_SFXPLAYER_H
 
 namespace Cine {
 

Modified: scummvm/trunk/engines/cine/sound_driver.h
===================================================================
--- scummvm/trunk/engines/cine/sound_driver.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/sound_driver.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_SOUNDDRIVER_H_
-#define CINE_SOUNDDRIVER_H_
+#ifndef CINE_SOUNDDRIVER_H
+#define CINE_SOUNDDRIVER_H
 
 #include "sound/audiostream.h"
 #include "sound/fmopl.h"

Modified: scummvm/trunk/engines/cine/texte.h
===================================================================
--- scummvm/trunk/engines/cine/texte.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/texte.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_TEXTE_H_
-#define CINE_TEXTE_H_
+#ifndef CINE_TEXTE_H
+#define CINE_TEXTE_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/cine/unpack.h
===================================================================
--- scummvm/trunk/engines/cine/unpack.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/unpack.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_UNPACK_H_
-#define CINE_UNPACK_H_
+#ifndef CINE_UNPACK_H
+#define CINE_UNPACK_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/cine/various.h
===================================================================
--- scummvm/trunk/engines/cine/various.h	2006-12-03 17:08:37 UTC (rev 24805)
+++ scummvm/trunk/engines/cine/various.h	2006-12-03 18:29:58 UTC (rev 24806)
@@ -22,8 +22,8 @@
  *
  */
 
-#ifndef CINE_VARIOUS_H_
-#define CINE_VARIOUS_H_
+#ifndef CINE_VARIOUS_H
+#define CINE_VARIOUS_H
 
 #include "common/stdafx.h"
 #include "common/file.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