0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-22 03:31:34 +00:00
quakeforge/cs-code/client_menu.h

8 lines
115 B
C

#ifndef __client_menu_h
#define __client_menu_h
#include "inputline.h"
@extern inputline_t input_active;
#endif