source:
abuse/trunk/src/include/lcaller.hpp
@
39
Last change on this file since 39 was 2, checked in by , 18 years ago | |
---|---|
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.