mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
11 lines
184 B
Objective-C
11 lines
184 B
Objective-C
#ifndef __CrosshairCvar_h
|
|
#define __CrosshairCvar_h
|
|
|
|
#include "CvarObject.h"
|
|
|
|
@interface CrosshairCvar : CvarObject
|
|
-(void) next;
|
|
-(integer) crosshair;
|
|
@end
|
|
|
|
#endif//__CrosshairCvar_h
|