TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/plugin/interact/InteractObject.cpp
Go to the documentation of this file.
00001 #include "InteractObject.hpp"
00002 
00003 namespace tuttle {
00004 namespace plugin {
00005 namespace interact {
00006 
00007 InteractObject::InteractObject()
00008         : _selected( false )
00009 {}
00010 
00011 InteractObject::~InteractObject()
00012 {}
00013 
00014 }
00015 }
00016 }