Last change
on this file since 161 was
49,
checked in by Sam Hocevar, 15 years ago
|
- Imported original public domain release, for future reference.
|
File size:
321 bytes
|
Line | |
---|
1 | #ifndef __LCALLER_HPP_ |
---|
2 | #define __LCALLER_HPP_ |
---|
3 | #include "objects.hpp" |
---|
4 | #include "chars.hpp" |
---|
5 | #include "game.hpp" |
---|
6 | |
---|
7 | extern voi lcaller_init |
---|
8 | extern long lcaller(long number, void *arg); // exten c function switches on |
---|
9 | // number and is given lisp object arg as parameter |
---|
10 | |
---|
11 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.