[Scummvm-cvs-logs] SF.net SVN: scummvm:[53088] scummvm/trunk/engines/toon

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Oct 9 00:33:59 CEST 2010


Revision: 53088
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53088&view=rev
Author:   sev
Date:     2010-10-08 22:33:58 +0000 (Fri, 08 Oct 2010)

Log Message:
-----------
TOON: Fixed guard defines

Modified Paths:
--------------
    scummvm/trunk/engines/toon/picture.h
    scummvm/trunk/engines/toon/state.h

Modified: scummvm/trunk/engines/toon/picture.h
===================================================================
--- scummvm/trunk/engines/toon/picture.h	2010-10-08 22:30:39 UTC (rev 53087)
+++ scummvm/trunk/engines/toon/picture.h	2010-10-08 22:33:58 UTC (rev 53088)
@@ -23,8 +23,8 @@
 *
 */
 
-#ifndef PICTURE_H
-#define PICTURE_H
+#ifndef TOON_PICTURE_H
+#define TOON_PICTURE_H
 
 #include "common/stream.h"
 #include "common/array.h"

Modified: scummvm/trunk/engines/toon/state.h
===================================================================
--- scummvm/trunk/engines/toon/state.h	2010-10-08 22:30:39 UTC (rev 53087)
+++ scummvm/trunk/engines/toon/state.h	2010-10-08 22:33:58 UTC (rev 53088)
@@ -23,8 +23,8 @@
 *
 */
 
-#ifndef STATE_H
-#define STATE_H
+#ifndef TOON_STATE_H
+#define TOON_STATE_H
 
 #include "common/file.h"
 #include "common/str.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