aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/adq.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-10-03 11:24:13 +0200
committerEugene Sandulenko2016-10-03 11:24:13 +0200
commit77be430824ad0cafb0de9952ecb352ba4ad18571 (patch)
tree658163590487f48a36f0ac48b9da21b80925a2c6 /engines/bladerunner/adq.h
parent89d1805b37a6283d90a7dd5b4dbbdffd7950f5ab (diff)
downloadscummvm-rg350-77be430824ad0cafb0de9952ecb352ba4ad18571.tar.gz
scummvm-rg350-77be430824ad0cafb0de9952ecb352ba4ad18571.tar.bz2
scummvm-rg350-77be430824ad0cafb0de9952ecb352ba4ad18571.zip
BLADERUNNER: Added missing copyright headers and normalized the rest
Diffstat (limited to 'engines/bladerunner/adq.h')
-rw-r--r--engines/bladerunner/adq.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/engines/bladerunner/adq.h b/engines/bladerunner/adq.h
index 20a4c191e2..b0619c7650 100644
--- a/engines/bladerunner/adq.h
+++ b/engines/bladerunner/adq.h
@@ -1,24 +1,24 @@
/* 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.
-*
-*/
+ *
+ * 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.
+ *
+ */
#ifndef BLADERUNNER_ADQ_H
#define BLADERUNNER_ADQ_H
@@ -29,7 +29,7 @@ namespace BladeRunner {
class BladeRunnerEngine;
// actor dialogue queue??
-class ADQ {
+class ADQ {
BladeRunnerEngine *_vm;
class ADQEntry {