mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
3a1e467ae8
Sadly, there are many bogus warnings and other errors. qfcc is still very sick :(.
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
|