Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
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
6namespace dw {
7namespace fltk {
8namespace ui {
9
10class 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
23namespace dw {
24namespace fltk {
25
26inline 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
void freeall()
Definition fltkcore.hh:26
Dw is in this namespace, or sub namespaces of this one.