aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/ypa1.cpp
diff options
context:
space:
mode:
authorMax Horn2003-09-10 12:23:42 +0000
committerMax Horn2003-09-10 12:23:42 +0000
commit925ddb1b8605a6659aef426ff0494c7ede8716c2 (patch)
tree4efb5b9b10d1b2d4440120f63087490014b2a33e /backends/midi/ypa1.cpp
parenteae239394c7e230a9e7ad682306a537d21aef544 (diff)
downloadscummvm-rg350-925ddb1b8605a6659aef426ff0494c7ede8716c2.tar.gz
scummvm-rg350-925ddb1b8605a6659aef426ff0494c7ede8716c2.tar.bz2
scummvm-rg350-925ddb1b8605a6659aef426ff0494c7ede8716c2.zip
moved declaration of error/warning/debug from engine.h to util.h
svn-id: r10151
Diffstat (limited to 'backends/midi/ypa1.cpp')
-rw-r--r--backends/midi/ypa1.cpp23
1 files changed, 22 insertions, 1 deletions
diff --git a/backends/midi/ypa1.cpp b/backends/midi/ypa1.cpp
index 72f73b0b8f..c779d73ade 100644
--- a/backends/midi/ypa1.cpp
+++ b/backends/midi/ypa1.cpp
@@ -1,6 +1,27 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001-2003 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ */
+
#include "stdafx.h"
#include "sound/mpu401.h"
-#include "common/engine.h" // for warning/error/debug
+#include "common/engine.h" // for g_system
+#include "common/util.h"
#include "Pa1Lib.h"