diff options
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r-- | Dalos/Dalos.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc index fb4c37d..f9d2805 100644 --- a/Dalos/Dalos.cc +++ b/Dalos/Dalos.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: Dalos.cc,v 1.16 2005-03-30 10:32:23 pixel Exp $ */ +/* $Id: Dalos.cc,v 1.17 2005-03-31 16:23:04 pixel Exp $ */ #include <SDL.h> #include <SDL_thread.h> @@ -31,6 +31,7 @@ #include <BLua.h> #include <LuaHandle.h> #include <LuaConfigFile.h> +#include <LuaRegex.h> #include <engine.h> #include <glbase.h> @@ -127,6 +128,7 @@ void start_lua() { LuaBuffer::pushconstruct(L); LuaConfigFile::pushstatics(L); + LuaRegex::pushstatics(L); CD_PUSHSTATICS(L); Luapsx::pushstatics(L); |