aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actor.cpp
diff options
context:
space:
mode:
authorwhitertandrek2018-03-17 20:27:03 +0200
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commitf8055bc2067d369e13b056d723512f198c10f973 (patch)
tree6110a22232e31e7db691a981e9f6c30545303f01 /engines/pink/objects/actor.cpp
parent4ff13d64ba3812a0847ef9f0634581ba0715e075 (diff)
downloadscummvm-rg350-f8055bc2067d369e13b056d723512f198c10f973.tar.gz
scummvm-rg350-f8055bc2067d369e13b056d723512f198c10f973.tar.bz2
scummvm-rg350-f8055bc2067d369e13b056d723512f198c10f973.zip
PINK: split declaration and definition and some fixes
Diffstat (limited to 'engines/pink/objects/actor.cpp')
-rw-r--r--engines/pink/objects/actor.cpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/engines/pink/objects/actor.cpp b/engines/pink/objects/actor.cpp
new file mode 100644
index 0000000000..c90afb7901
--- /dev/null
+++ b/engines/pink/objects/actor.cpp
@@ -0,0 +1,27 @@
+/* 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.
+ *
+ */
+
+namespace Pink {
+
+
+
+} // End of namespace Pink