From 28ba97bdd8fb6ca352dc49dba01a66bd155ad523 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 15 Nov 2008 19:24:55 +0000 Subject: entity extensions --- src/client/clientext.cc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/client/clientext.cc (limited to 'src/client/clientext.cc') diff --git a/src/client/clientext.cc b/src/client/clientext.cc new file mode 100644 index 0000000..980ecc0 --- /dev/null +++ b/src/client/clientext.cc @@ -0,0 +1,23 @@ +/* + client/clientext.cc + This file is part of the Osirion project and is distributed under + the terms of the GNU General Public License version 2 +*/ + + +#include "client/clientext.h" + +namespace client +{ + +ClientExt::ClientExt(core::Entity *entity) : core::Extension(core::Extension::Client, entity) +{ +} + +ClientExt::~ClientExt() +{ +} + +} // namespace client + + -- cgit v1.2.3