#ifdef USE_LUA /****m* ROBODoc/Lua_Generator * FUNCTION * Shell generator that actually gives data to a Lua script. * Supports singledoc mode. * * AUTHOR * Jeremy Cowgar * * NOTES * No code defined yet. This is just a shell. ******* */ #include #include #include #include #include "generator.h" #include "util.h" #include "links.h" #include "lua_generator.h" #include "globals.h" #include "robodoc.h" #ifdef DMALLOC #include #endif /* Source to come soon */ #endif