aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/maxtrax.cpp
diff options
context:
space:
mode:
authorNorbert Lange2009-07-01 23:11:56 +0000
committerNorbert Lange2009-07-01 23:11:56 +0000
commit9f8d9de11db887801940a042c59da9591b120bf5 (patch)
treec37cee8ea09630b6b0ed012a0d71d17370858891 /sound/mods/maxtrax.cpp
parent7c7ad0d5f139e24a56da22123376452c87535669 (diff)
downloadscummvm-rg350-9f8d9de11db887801940a042c59da9591b120bf5.tar.gz
scummvm-rg350-9f8d9de11db887801940a042c59da9591b120bf5.tar.bz2
scummvm-rg350-9f8d9de11db887801940a042c59da9591b120bf5.zip
added a skeleton for maxtrax modules. Not much happening yet, just reading and displaying a bit of information for maxtrax file
svn-id: r42013
Diffstat (limited to 'sound/mods/maxtrax.cpp')
-rw-r--r--sound/mods/maxtrax.cpp32
1 files changed, 32 insertions, 0 deletions
diff --git a/sound/mods/maxtrax.cpp b/sound/mods/maxtrax.cpp
new file mode 100644
index 0000000000..8fcc59b0fa
--- /dev/null
+++ b/sound/mods/maxtrax.cpp
@@ -0,0 +1,32 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * 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 "common/scummsys.h"
+#include "common/endian.h"
+#include "common/stream.h"
+#include "common/util.h"
+#include "common/debug.h"
+
+#include "sound/mods/maxtrax.h" \ No newline at end of file