mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
7 lines
143 B
C
7 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
|