mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 00:11:39 +00:00
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
|