0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-21 18:01:15 +00:00
quakeforge/ruamoko/cl_menu/CvarToggle.h

12 lines
165 B
C
Raw Permalink Normal View History

#ifndef __CvarToggle_h
#define __CvarToggle_h
#include "CvarObject.h"
@interface CvarToggle : CvarObject
-(void)toggle;
-(BOOL)value;
@end
#endif//__CvarToggle_h