[Scummvm-cvs-logs] SF.net SVN: scummvm: [25749] scummvm/trunk/engines/sky

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Feb 20 18:52:55 CET 2007


Revision: 25749
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25749&view=rev
Author:   eriktorbjorn
Date:     2007-02-20 09:52:55 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
More header fixes for that warm and fuzzy feeling of consistency.

Modified Paths:
--------------
    scummvm/trunk/engines/sky/autoroute.h
    scummvm/trunk/engines/sky/compact.h
    scummvm/trunk/engines/sky/control.h
    scummvm/trunk/engines/sky/disk.h
    scummvm/trunk/engines/sky/grid.h
    scummvm/trunk/engines/sky/intro.h
    scummvm/trunk/engines/sky/logic.h
    scummvm/trunk/engines/sky/mouse.h
    scummvm/trunk/engines/sky/music/adlibchannel.h
    scummvm/trunk/engines/sky/music/adlibmusic.h
    scummvm/trunk/engines/sky/music/gmchannel.h
    scummvm/trunk/engines/sky/music/gmmusic.h
    scummvm/trunk/engines/sky/music/mt32music.h
    scummvm/trunk/engines/sky/music/musicbase.h
    scummvm/trunk/engines/sky/rnc_deco.h
    scummvm/trunk/engines/sky/screen.h
    scummvm/trunk/engines/sky/sky.h
    scummvm/trunk/engines/sky/skydefs.h
    scummvm/trunk/engines/sky/sound.h
    scummvm/trunk/engines/sky/struc.h
    scummvm/trunk/engines/sky/text.h

Modified: scummvm/trunk/engines/sky/autoroute.h
===================================================================
--- scummvm/trunk/engines/sky/autoroute.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/autoroute.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef AUTOROUTE_H
-#define AUTOROUTE_H
+#ifndef SKY_AUTOROUTE_H
+#define SKY_AUTOROUTE_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/compact.h
===================================================================
--- scummvm/trunk/engines/sky/compact.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/compact.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYCOMPACT_H
-#define SKYCOMPACT_H
+#ifndef SKY_COMPACT_H
+#define SKY_COMPACT_H
 
 #include "sky/sky.h"
 #include "sky/struc.h"

Modified: scummvm/trunk/engines/sky/control.h
===================================================================
--- scummvm/trunk/engines/sky/control.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/control.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef CONTROL_H
-#define CONTROL_H
+#ifndef SKY_CONTROL_H
+#define SKY_CONTROL_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/disk.h
===================================================================
--- scummvm/trunk/engines/sky/disk.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/disk.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYDISK_H
-#define SKYDISK_H
+#ifndef SKY_DISK_H
+#define SKY_DISK_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/grid.h
===================================================================
--- scummvm/trunk/engines/sky/grid.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/grid.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYGRID_H
-#define SKYGRID_H
+#ifndef SKY_GRID_H
+#define SKY_GRID_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/intro.h
===================================================================
--- scummvm/trunk/engines/sky/intro.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/intro.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef INTRO_H
-#define INTRO_H
+#ifndef SKY_INTRO_H
+#define SKY_INTRO_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/logic.h
===================================================================
--- scummvm/trunk/engines/sky/logic.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/logic.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYLOGIC_H
-#define SKYLOGIC_H
+#ifndef SKY_LOGIC_H
+#define SKY_LOGIC_H
 
 #include "common/stdafx.h"
 #include "common/util.h"

Modified: scummvm/trunk/engines/sky/mouse.h
===================================================================
--- scummvm/trunk/engines/sky/mouse.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/mouse.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYMOUSE_H
-#define SKYMOUSE_H
+#ifndef SKY_MOUSE_H
+#define SKY_MOUSE_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/music/adlibchannel.h
===================================================================
--- scummvm/trunk/engines/sky/music/adlibchannel.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/music/adlibchannel.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef ADLIBCHANNEL_H
-#define ADLIBCHANNEL_H
+#ifndef SKY_MUSIC_ADLIBCHANNEL_H
+#define SKY_MUSIC_ADLIBCHANNEL_H
 
 #include "sky/music/musicbase.h"
 #include "sound/fmopl.h"

Modified: scummvm/trunk/engines/sky/music/adlibmusic.h
===================================================================
--- scummvm/trunk/engines/sky/music/adlibmusic.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/music/adlibmusic.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef ADLIBMUSIC_H
-#define ADLIBMUSIC_H
+#ifndef SKY_MUSIC_ADLIBMUSIC_H
+#define SKY_MUSIC_ADLIBMUSIC_H
 
 #include "sky/music/musicbase.h"
 #include "sound/audiostream.h"

Modified: scummvm/trunk/engines/sky/music/gmchannel.h
===================================================================
--- scummvm/trunk/engines/sky/music/gmchannel.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/music/gmchannel.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYGMCHANNEL_H
-#define SKYGMCHANNEL_H
+#ifndef SKY_MUSIC_GMCHANNEL_H
+#define SKY_MUSIC_GMCHANNEL_H
 
 #include "sky/music/musicbase.h"
 

Modified: scummvm/trunk/engines/sky/music/gmmusic.h
===================================================================
--- scummvm/trunk/engines/sky/music/gmmusic.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/music/gmmusic.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef GMMUSIC_H
-#define GMMUSIC_H
+#ifndef SKY_MUSIC_GMMUSIC_H
+#define SKY_MUSIC_GMMUSIC_H
 
 #include "sky/music/musicbase.h"
 

Modified: scummvm/trunk/engines/sky/music/mt32music.h
===================================================================
--- scummvm/trunk/engines/sky/music/mt32music.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/music/mt32music.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef MT32MUSIC_H
-#define MT32MUSIC_H
+#ifndef SKY_MUSIC_MT32MUSIC_H
+#define SKY_MUSIC_MT32MUSIC_H
 
 #include "sky/music/musicbase.h"
 

Modified: scummvm/trunk/engines/sky/music/musicbase.h
===================================================================
--- scummvm/trunk/engines/sky/music/musicbase.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/music/musicbase.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef MUSICBASE_H
-#define MUSICBASE_H
+#ifndef SKY_MUSIC_MUSICBASE_H
+#define SKY_MUSIC_MUSICBASE_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/rnc_deco.h
===================================================================
--- scummvm/trunk/engines/sky/rnc_deco.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/rnc_deco.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef RNC_DECO_H
-#define RNC_DECO_H
+#ifndef SKY_RNC_DECO_H
+#define SKY_RNC_DECO_H
 
 #include "common/stdafx.h"
 

Modified: scummvm/trunk/engines/sky/screen.h
===================================================================
--- scummvm/trunk/engines/sky/screen.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/screen.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYSCREEN_H
-#define SKYSCREEN_H
+#ifndef SKY_SCREEN_H
+#define SKY_SCREEN_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/sky.h
===================================================================
--- scummvm/trunk/engines/sky/sky.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/sky.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYMAIN_H
-#define SKYMAIN_H
+#ifndef SKY_H
+#define SKY_H
 
 #include "common/stdafx.h"
 #include "engines/engine.h"

Modified: scummvm/trunk/engines/sky/skydefs.h
===================================================================
--- scummvm/trunk/engines/sky/skydefs.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/skydefs.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYDEFS_H
-#define SKYDEFS_H
+#ifndef SKY_DEFS_H
+#define SKY_DEFS_H
 
 #include "common/stdafx.h"
 

Modified: scummvm/trunk/engines/sky/sound.h
===================================================================
--- scummvm/trunk/engines/sky/sound.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/sound.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYSOUND_H
-#define SKYSOUND_H
+#ifndef SKY_SOUND_H
+#define SKY_SOUND_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.h"

Modified: scummvm/trunk/engines/sky/struc.h
===================================================================
--- scummvm/trunk/engines/sky/struc.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/struc.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYSTRUC_H
-#define SKYSTRUC_H
+#ifndef SKY_STRUC_H
+#define SKY_STRUC_H
 
 namespace Sky {
 

Modified: scummvm/trunk/engines/sky/text.h
===================================================================
--- scummvm/trunk/engines/sky/text.h	2007-02-20 17:52:02 UTC (rev 25748)
+++ scummvm/trunk/engines/sky/text.h	2007-02-20 17:52:55 UTC (rev 25749)
@@ -20,8 +20,8 @@
  *
  */
 
-#ifndef SKYTEXT_H
-#define SKYTEXT_H
+#ifndef SKY_TEXT_H
+#define SKY_TEXT_H
 
 #include "common/stdafx.h"
 #include "common/scummsys.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