source: abuse/trunk/src/include/lcaller.hpp @ 11

Last change on this file since 11 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
File size: 321 bytes
RevLine 
[2]1#ifndef __LCALLER_HPP_
2#define __LCALLER_HPP_
3#include "objects.hpp"
4#include "chars.hpp"
5#include "game.hpp"
6
7extern voi lcaller_init
8extern 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.