mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 21:20:07 +00:00
12 lines
229 B
C
12 lines
229 B
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
|