aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/fvector.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-16 08:50:42 -0400
committerPaul Gilbert2016-07-17 13:09:46 -0400
commite1695101bc464fe1a4917f7cd25db38854c923e0 (patch)
tree49ff507aa4e625f576846f100c72ef76aa29a676 /engines/titanic/star_control/fvector.cpp
parent7553b81d8694fe05b5ba29893f3578b3d43aed68 (diff)
downloadscummvm-rg350-e1695101bc464fe1a4917f7cd25db38854c923e0.tar.gz
scummvm-rg350-e1695101bc464fe1a4917f7cd25db38854c923e0.tar.bz2
scummvm-rg350-e1695101bc464fe1a4917f7cd25db38854c923e0.zip
TITANIC: Beginnings of matrix and vector classes
Diffstat (limited to 'engines/titanic/star_control/fvector.cpp')
-rw-r--r--engines/titanic/star_control/fvector.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/titanic/star_control/fvector.cpp b/engines/titanic/star_control/fvector.cpp
new file mode 100644
index 0000000000..39d303c4dc
--- /dev/null
+++ b/engines/titanic/star_control/fvector.cpp
@@ -0,0 +1,28 @@
+/* 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.
+ *
+ */
+
+#include "titanic/star_control/fvector.h"
+
+namespace Titanic {
+
+
+} // End of namespace Titanic