quakeforge/ruamoko/scheme/Nil.h

12 lines
127 B
Objective-C

#ifndef __Nil_h
#define __Nil_h
#include "SchemeObject.h"
@interface Nil: SchemeObject
{
}
+ (id) nil;
@end
#endif //__Nil_h