Mercurial > dillo_port1.3
view dw/fltkcore.hh @ 1765:947f7b8bdbea
don't use text-indent when nesting blocks
author | corvid <corvid@lavabit.com> |
---|---|
date | Fri, 19 Nov 2010 16:09:49 +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__