/*
* File: dlua.h
* Summary: Dungeon-builder Lua interface.
* Created by: dshaligram on Sat Jun 23 20:02:09 2007 UTC
*/
// Defined in acr.cc
extern CLua dlua;
// Lua chunks cannot exceed 512K. Which is plenty!
const int LUA_CHUNK_MAX_SIZE = 512 * 1024;
class reader;
class writer;
class ;
void ;
//////////////////////////////////////////////////////////////////////////