quakeforge/ruamoko/cl_menu/client_menu.h
Bill Currie ec26083228 start working on a gui lib with a Slider class. use the slider class for
the volume settings. doesn't /quite/ work properly yet
2004-02-03 08:31:26 +00:00

7 lines
107 B
Objective-C

#ifndef __client_menu_h
#define __client_menu_h
@class InputLine;
@extern InputLine input_active;
#endif