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