mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
5e1ce57322
Ruamoko standard library overhaul.
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
|