mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
ec26083228
the volume settings. doesn't /quite/ work properly yet
7 lines
107 B
Objective-C
7 lines
107 B
Objective-C
#ifndef __client_menu_h
|
|
#define __client_menu_h
|
|
|
|
@class InputLine;
|
|
@extern InputLine input_active;
|
|
|
|
#endif
|