blob: 86aa33b5399bf64891eac64a23a359c490cdebaf (
plain)
1
2
3
4
5
6
7
8
|
Objstore: module {
PATH: con "/dis/spree/lib/objstore.dis";
init: fn(mod: Spree, g: ref Clique);
unarchive: fn();
setname: fn(o: ref Object, name: string);
get: fn(name: string): ref Object;
};
|