0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00
quakeforge/ruamoko/scheme/Void.h
2011-02-14 23:10:46 +09:00

13 lines
169 B
Objective-C

#ifndef __Void_h
#define __Void_h
#include "SchemeObject.h"
@interface Void: SchemeObject
{
}
+ (id) voidConstant;
@end
@extern Void *voidConstant;
#endif //__Void_h