mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 13:41:32 +00:00
75ec6bf244
This is a nasty commit, sorry, but 99% of the commit is interdependent.
7 lines
109 B
Objective-C
7 lines
109 B
Objective-C
#ifndef __client_menu_h
|
|
#define __client_menu_h
|
|
|
|
@class InputLine;
|
|
@extern InputLine []input_active;
|
|
|
|
#endif
|