mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 16:31:32 +00:00
7 lines
108 B
Objective-C
7 lines
108 B
Objective-C
#ifndef __client_menu_h
|
|
#define __client_menu_h
|
|
|
|
@class InputLine;
|
|
@extern InputLine *input_active;
|
|
|
|
#endif
|