TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/plugin/global.hpp
Go to the documentation of this file.
00001 #ifndef _TUTTLE_PLUGIN_GLOBAL_HPP_
00002 #define _TUTTLE_PLUGIN_GLOBAL_HPP_
00003 
00004 #include <tuttle/common/utils/global.hpp>
00005 
00006 namespace tuttle {
00007 namespace common {
00008 }
00009 }
00010 namespace tuttle {
00011 namespace plugin {
00012 using namespace tuttle::common;
00013 }
00014 }
00015 
00016 #endif
00017