mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-24 12:42:32 +00:00
The functions haven't existed for two years now. And in the interest of "throw one away", the controls_o.r has been gutted.
6 lines
113 B
C
6 lines
113 B
C
#ifndef __controls_o_h
|
|
#define __controls_o_h
|
|
|
|
@extern void MENU_control_binding (void);
|
|
|
|
#endif//__controls_o_h
|