Dillo
fltkcore.hh
Go to the documentation of this file.
1 #ifndef __DW_FLTK_CORE_HH__
2 #define __DW_FLTK_CORE_HH__
3 
4 #define __INCLUDED_FROM_DW_FLTK_CORE_HH__
5 
6 namespace dw {
7 namespace fltk {
8 namespace ui {
9 
10 class FltkResource;
11 
12 } // namespace ui
13 } // namespace fltk
14 } // namespace dw
15 
16 #include <FL/Fl_Widget.H>
17 
18 #include "core.hh"
19 #include "fltkimgbuf.hh"
20 #include "fltkplatform.hh"
21 #include "fltkui.hh"
22 
23 namespace dw {
24 namespace fltk {
25 
26 inline void freeall ()
27 {
29 }
30 
31 } // namespace fltk
32 } // namespace dw
33 
34 #undef __INCLUDED_FROM_DW_FLTK_CORE_HH__
35 
36 #endif // __DW_FLTK_CORE_HH__
static void freeall()
Definition: fltkimgbuf.cc:72
Dw is in this namespace, or sub namespaces of this one.
Definition: alignedtablecell.cc:28
void freeall()
Definition: fltkcore.hh:26