mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 12:40:35 +00:00
12 lines
127 B
C
12 lines
127 B
C
|
#ifndef __Nil_h
|
||
|
#define __Nil_h
|
||
|
#include "SchemeObject.h"
|
||
|
|
||
|
@interface Nil: SchemeObject
|
||
|
{
|
||
|
}
|
||
|
+ (id) nil;
|
||
|
@end
|
||
|
|
||
|
#endif //__Nil_h
|