Mercurial > dillo_port1.3
view dw/fltkcore.hh @ 1255:5d6869b28e4d
treat ideographic characters (Chinese/Japanese) as words
author | corvid <corvid@lavabit.com> |
---|---|
date | Sun, 02 Aug 2009 03:59:14 +0000 |
parents | e5955ab8dafb |
children | 101e50b741dd |
line wrap: on
line source
#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__