aboutsummaryrefslogtreecommitdiff
path: root/dw/fltkcore.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/fltkcore.hh')
-rw-r--r--dw/fltkcore.hh25
1 files changed, 25 insertions, 0 deletions
diff --git a/dw/fltkcore.hh b/dw/fltkcore.hh
new file mode 100644
index 00000000..fbff3fad
--- /dev/null
+++ b/dw/fltkcore.hh
@@ -0,0 +1,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 <fltk/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__