/* * See the files COPYING and README for copyright information and how to reach * the author. * * $Id: forward.h,v 1.4 2006/09/14 18:23:45 lordjaxom Exp $ */ #ifndef VDR_BURN_FORWARD_H #define VDR_BURN_FORWARD_H namespace vdr_burn { class job; namespace menu { class list_edit_item; class bool_edit_item; class size_text_item; class size_bar_item; class text_item; } // namespace menu } // namespace vdr_burn #endif // VDR_BURN_FORWARD_H