Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-15 12:51:49 +0000
committerStijn Buys <ingar@osirion.org>2008-08-15 12:51:49 +0000
commit68fc01c7ce3f089e10a53e6dac92e2f63a9a8efd (patch)
tree6c7347c625abf9f8d333dac30c65246d0dce1b35 /src/model/dock.cc
parent6a7b53b2681664aa0c53b3797cbda7e0fb814798 (diff)
adding new files
Diffstat (limited to 'src/model/dock.cc')
-rw-r--r--src/model/dock.cc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/model/dock.cc b/src/model/dock.cc
new file mode 100644
index 0000000..b850722
--- /dev/null
+++ b/src/model/dock.cc
@@ -0,0 +1,20 @@
+/*
+ model/dock.cc
+ This file is part of the Osirion project and is distributed under
+ the terms of the GNU General Public License version 2
+*/
+
+#include "model/dock.h"
+
+namespace model {
+
+Dock::Dock()
+{
+ dock_radius = 1.0f;
+}
+
+Dock::~Dock()
+{
+}
+
+}