Last change
on this file since 2 was
2,
checked in by Sam Hocevar, 17 years ago
|
- imported original 0.7.0 tarball
|
File size:
341 bytes
|
Line | |
---|
1 | #include "lisp.hpp" |
---|
2 | #include "specs.hpp" |
---|
3 | |
---|
4 | // stubs... (not called) |
---|
5 | // andrew put your caching system here when you get it working. |
---|
6 | |
---|
7 | long block_size(Cell *level) // return number of bytes to save this block of code |
---|
8 | { return 0; } |
---|
9 | |
---|
10 | void write_level(bFILE *fp, Cell *level) |
---|
11 | { ; } |
---|
12 | |
---|
13 | Cell *load_block(bFILE *fp) |
---|
14 | { return NULL; } |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.