mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
14 lines
412 B
C
14 lines
412 B
C
|
#ifndef __options_h
|
||
|
#define __options_h
|
||
|
|
||
|
@extern void () MENU_video_options;
|
||
|
@extern void () MENU_audio_options;
|
||
|
@extern void () MENU_control_options;
|
||
|
@extern void () MENU_feature_options;
|
||
|
@extern void () MENU_player_options;
|
||
|
@extern void () MENU_network_options;
|
||
|
@extern void () MENU_options;
|
||
|
@extern void (integer x, integer y, integer spacing, string label, string valstr) draw_val_item;
|
||
|
|
||
|
#endif//__options_r
|