/**********************************************************************
This file is part of Crack dot Com's free source code release of
Golgotha.
for
information about compiling & licensing issues visit this URL
If that doesn't help, contact Jonathan Clark at
golgotha_source@usa.net (Subject should have "GOLG" in it)
***********************************************************************/
#ifndef G1_DLIGHT_HH
#define G1_DLIGHT_HH
class i4_parent_window_class;
class i4_graphical_style_class;
i4_parent_window_class *g1_create_time_edit_window(i4_graphical_style_class *style,
w32 cur_frame);
#endif