mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
9 lines
115 B
C
9 lines
115 B
C
|
#ifndef __client_menu_h
|
||
|
#define __client_menu_h
|
||
|
|
||
|
#include "inputline.h"
|
||
|
|
||
|
@extern inputline_t input_active;
|
||
|
|
||
|
#endif
|