mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 21:20:33 +00:00
7 lines
177 B
C
7 lines
177 B
C
#ifndef __options_h
|
|
#define __options_h
|
|
|
|
@extern void () MENU_options;
|
|
@extern void (int x, int y, int spacing, string label, string valstr) draw_val_item;
|
|
|
|
#endif//__options_r
|