aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkcore.hh
blob: 376f588e881c7e2efcba801b2f8e9cbf5af68e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef __DW_FLTK_CORE_HH__
#define __DW_FLTK_CORE_HH__

#define __INCLUDED_FROM_DW_FLTK_CORE_HH__

namespace dw {
namespace fltk {
namespace ui {

class FltkResource;

} // namespace ui
} // namespace fltk
} // namespace core

#include <FL/Fl_Widget.H>

#include "core.hh"
#include "fltkimgbuf.hh"
#include "fltkplatform.hh"
#include "fltkui.hh"

#undef __INCLUDED_FROM_DW_FLTK_CORE_HH__

#endif // __DW_FLTK_CORE_HH__