mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
8 lines
143 B
C
8 lines
143 B
C
|
#ifndef __controls_o_h
|
||
|
#define __controls_o_h
|
||
|
|
||
|
@extern void () MENU_control_binding;
|
||
|
@extern void () load_keybindings;
|
||
|
|
||
|
#endif//__controls_o_h
|