[Scummvm-cvs-logs] SF.net SVN: scummvm: [30724] scummvm/trunk/engines/engine.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Feb 2 00:37:17 CET 2008


Revision: 30724
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30724&view=rev
Author:   fingolfin
Date:     2008-02-01 15:37:16 -0800 (Fri, 01 Feb 2008)

Log Message:
-----------
engine.h was moved from base/ to engines/ ages ago -- update header file protector accordingly

Modified Paths:
--------------
    scummvm/trunk/engines/engine.h

Modified: scummvm/trunk/engines/engine.h
===================================================================
--- scummvm/trunk/engines/engine.h	2008-02-01 23:36:45 UTC (rev 30723)
+++ scummvm/trunk/engines/engine.h	2008-02-01 23:37:16 UTC (rev 30724)
@@ -22,8 +22,8 @@
  * $Id$
  */
 
-#ifndef BASE_ENGINE_H
-#define BASE_ENGINE_H
+#ifndef ENGINES_ENGINE_H
+#define ENGINES_ENGINE_H
 
 #include "common/scummsys.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