[Scummvm-cvs-logs] SF.net SVN: scummvm: [32047] scummvm/trunk/engines/kyra

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon May 12 06:17:51 CEST 2008


Revision: 32047
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32047&view=rev
Author:   eriktorbjorn
Date:     2008-05-11 21:17:51 -0700 (Sun, 11 May 2008)

Log Message:
-----------
Renamed preprocessor constants to match file names.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/animator_lok.h
    scummvm/trunk/engines/kyra/gui_lok.h
    scummvm/trunk/engines/kyra/kyra_mr.h
    scummvm/trunk/engines/kyra/text_hof.h

Modified: scummvm/trunk/engines/kyra/animator_lok.h
===================================================================
--- scummvm/trunk/engines/kyra/animator_lok.h	2008-05-12 01:26:43 UTC (rev 32046)
+++ scummvm/trunk/engines/kyra/animator_lok.h	2008-05-12 04:17:51 UTC (rev 32047)
@@ -23,8 +23,8 @@
  *
  */
 
-#ifndef KYRA_ANIMATOR_V1_H
-#define KYRA_ANIMATOR_V1_H
+#ifndef KYRA_ANIMATOR_LOK_H
+#define KYRA_ANIMATOR_LOK_H
 
 namespace Kyra {
 class KyraEngine_LoK;

Modified: scummvm/trunk/engines/kyra/gui_lok.h
===================================================================
--- scummvm/trunk/engines/kyra/gui_lok.h	2008-05-12 01:26:43 UTC (rev 32046)
+++ scummvm/trunk/engines/kyra/gui_lok.h	2008-05-12 04:17:51 UTC (rev 32047)
@@ -23,8 +23,8 @@
  *
  */
 
-#ifndef KYRA_GUI_V1_H
-#define KYRA_GUI_V1_H
+#ifndef KYRA_GUI_LOK_H
+#define KYRA_GUI_LOK_H
 
 #include "kyra/gui.h"
 

Modified: scummvm/trunk/engines/kyra/kyra_mr.h
===================================================================
--- scummvm/trunk/engines/kyra/kyra_mr.h	2008-05-12 01:26:43 UTC (rev 32046)
+++ scummvm/trunk/engines/kyra/kyra_mr.h	2008-05-12 04:17:51 UTC (rev 32047)
@@ -23,8 +23,8 @@
  *
  */
 
-#ifndef KYRA_KYRA_V3_H
-#define KYRA_KYRA_V3_H
+#ifndef KYRA_KYRA_MR_H
+#define KYRA_KYRA_MR_H
 
 #include "kyra/kyra_v2.h"
 #include "kyra/screen_mr.h"

Modified: scummvm/trunk/engines/kyra/text_hof.h
===================================================================
--- scummvm/trunk/engines/kyra/text_hof.h	2008-05-12 01:26:43 UTC (rev 32046)
+++ scummvm/trunk/engines/kyra/text_hof.h	2008-05-12 04:17:51 UTC (rev 32047)
@@ -23,8 +23,8 @@
  *
  */
 
-#ifndef KYRA_TEXT_V2_H
-#define KYRA_TEXT_V2_H
+#ifndef KYRA_TEXT_HOF_H
+#define KYRA_TEXT_HOF_H
 
 #include "kyra/text.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