mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
bc73af37f2
collector a bit.
11 lines
229 B
Objective-C
11 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
|