0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 07:12:13 +00:00
quakeforge/ruamoko/cl_menu/CvarObject.h

14 lines
180 B
C
Raw Normal View History

#ifndef __CvarObject_h
#define __CvarObject_h
#include "Object.h"
@interface CvarObject : Object
{
string name;
}
-(id)initWithCvar:(string)cvname;
@end
#endif//__CvarObject_h