ultimatepp/bazaar/CtrlLibBoostPy/CtrlLibBoostPy.h
kohait ba9eb36262 bazaar: BoostPyTest: some new exports, like TopWindow, Log, Prompt, Progress, Callback soon to come
git-svn-id: svn://ultimatepp.org/upp/trunk@3410 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-05-10 19:39:30 +00:00

17 lines
299 B
C

#ifndef _CtrlLibBoostPy_CtrlLibBoostPy_h_
#define _CtrlLibBoostPy_CtrlLibBoostPy_h_
#include "CtrlCore.h"
#include "Misc.h"
#include "EditCtrl.h"
#include "SliderCtrl.h"
#include "ValueCtrl.h"
#include "Progress.h"
NAMESPACE_UPP
void export_CtrlLib();
END_UPP_NAMESPACE
#endif