From 68fc01c7ce3f089e10a53e6dac92e2f63a9a8efd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 15 Aug 2008 12:51:49 +0000 Subject: adding new files --- src/model/dock.cc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/model/dock.cc (limited to 'src/model/dock.cc') 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() +{ +} + +} -- cgit v1.2.3