0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00
quakeforge/ruamoko/cl_menu/options.h
2011-07-10 08:56:04 +09:00

7 lines
181 B
C

#ifndef __options_h
#define __options_h
@extern void MENU_options (void);
@extern void draw_val_item (int x, int y, int spacing, string label, string valstr);
#endif//__options_r