#ifndef __LCALLER_HPP_ #define __LCALLER_HPP_ #include "objects.hpp" #include "chars.hpp" #include "game.hpp" extern voi lcaller_init extern long lcaller(long number, void *arg); // exten c function switches on // number and is given lisp object arg as parameter #endif