[Scummvm-cvs-logs] SF.net SVN: scummvm:[52100] tools/branches/gsoc2010-decompiler/decompiler/ engine.cpp

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Sun Aug 15 17:31:00 CEST 2010


Revision: 52100
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52100&view=rev
Author:   pidgeot
Date:     2010-08-15 15:30:59 +0000 (Sun, 15 Aug 2010)

Log Message:
-----------
DECOMPILER: Add missing file

Added Paths:
-----------
    tools/branches/gsoc2010-decompiler/decompiler/engine.cpp

Added: tools/branches/gsoc2010-decompiler/decompiler/engine.cpp
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/engine.cpp	                        (rev 0)
+++ tools/branches/gsoc2010-decompiler/decompiler/engine.cpp	2010-08-15 15:30:59 UTC (rev 52100)
@@ -0,0 +1,27 @@
+/* ScummVM Tools
+ * Copyright (C) 2010 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
+#include "engine.h"
+
+uint32 Engine::getDestAddress(ConstInstIterator it) const {
+	return getDestAddress(*it);
+}


Property changes on: tools/branches/gsoc2010-decompiler/decompiler/engine.cpp
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Date Rev Author URL Id
Added: svn:eol-style
   + native


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