TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/attribute/allParams.hpp
Go to the documentation of this file.
00001 #ifndef _TUTTLE_HOST_CORE_ATTRIBUTE_ALLPARAMS_HPP_
00002 #define _TUTTLE_HOST_CORE_ATTRIBUTE_ALLPARAMS_HPP_
00003 
00004 #include "ParamBoolean.hpp"
00005 #include "ParamChoice.hpp"
00006 #include "ParamDouble.hpp"
00007 #include "ParamDouble2D.hpp"
00008 #include "ParamDouble3D.hpp"
00009 #include "ParamGroup.hpp"
00010 #include "ParamInteger.hpp"
00011 #include "ParamInteger2D.hpp"
00012 #include "ParamInteger3D.hpp"
00013 #include "ParamPage.hpp"
00014 #include "ParamPushButton.hpp"
00015 #include "ParamRGB.hpp"
00016 #include "ParamRGBA.hpp"
00017 #include "ParamString.hpp"
00018 #include "ParamCustom.hpp"
00019 
00020 #endif
00021