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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Fri Jun 15 22:38:57 CEST 2007


Revision: 27433
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27433&view=rev
Author:   chrilith
Date:     2007-06-15 13:38:55 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
Fixed wrong file included

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.h

Modified: scummvm/trunk/engines/kyra/kyra_v1.h
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.h	2007-06-15 18:42:40 UTC (rev 27432)
+++ scummvm/trunk/engines/kyra/kyra_v1.h	2007-06-15 20:38:55 UTC (rev 27433)
@@ -26,8 +26,8 @@
 #ifndef KYRA_KYRA_V1_H
 #define KYRA_KYRA_V1_H
 
-#include "kyra.h"
-#include "script.h"
+#include "kyra/kyra.h"
+#include "kyra/script.h"
 
 namespace Kyra {
 


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