mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-07 05:30:31 +00:00
6d494bfcdf
-Wall still isn't used yet due to a missing method in Array, and overzealous warnings in qfcc, but this covers the necessary fixes.
9 lines
132 B
Objective-C
9 lines
132 B
Objective-C
#ifndef __RunToggle_h
|
|
#define __RunToggle_h
|
|
|
|
#include "CvarToggle.h"
|
|
|
|
@interface RunToggle : CvarToggle
|
|
@end
|
|
|
|
#endif//__RunToggle_h
|