[Scummvm-cvs-logs] SF.net SVN: scummvm: [27434] scummvm/branches/branch-0-10-0/engines/kyra/ kyra_v1.h
chrilith at users.sourceforge.net
chrilith at users.sourceforge.net
Fri Jun 15 22:39:30 CEST 2007
Revision: 27434
http://scummvm.svn.sourceforge.net/scummvm/?rev=27434&view=rev
Author: chrilith
Date: 2007-06-15 13:39:29 -0700 (Fri, 15 Jun 2007)
Log Message:
-----------
Fixed wrong file included
Modified Paths:
--------------
scummvm/branches/branch-0-10-0/engines/kyra/kyra_v1.h
Modified: scummvm/branches/branch-0-10-0/engines/kyra/kyra_v1.h
===================================================================
--- scummvm/branches/branch-0-10-0/engines/kyra/kyra_v1.h 2007-06-15 20:38:55 UTC (rev 27433)
+++ scummvm/branches/branch-0-10-0/engines/kyra/kyra_v1.h 2007-06-15 20:39:29 UTC (rev 27434)
@@ -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