mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
7 lines
151 B
C
7 lines
151 B
C
#ifndef __controls_o_h
|
|
#define __controls_o_h
|
|
|
|
@extern void MENU_control_binding (void);
|
|
@extern void load_keybindings (void);
|
|
|
|
#endif//__controls_o_h
|