TuttleOFX
1
|
00001 #ifndef _TUTTLE_HOST_OFX_CORE_HPP_ 00002 #define _TUTTLE_HOST_OFX_CORE_HPP_ 00003 00004 #include <tuttle/common/utils/global.hpp> 00005 #include <tuttle/common/ofx/core.hpp> 00006 00007 #include <ofxCore.h> 00008 00009 namespace tuttle { 00010 namespace host { 00011 namespace ofx { 00012 00013 using namespace tuttle::ofx; 00014 00015 } 00016 } 00017 } 00018 00019 #endif 00020