quakeforge/ruamoko/scheme/BaseContinuation.h

12 lines
229 B
Objective-C

#ifndef __BaseContinuation_h
#define __BaseContinuation_h
#include "SchemeObject.h"
#include "Procedure.h"
#include "Machine.h"
@interface BaseContinuation: Procedure
+ (id) baseContinuation;
@end
#endif //__BaseContinuation_h