From c9ea9f0ba2fafaceb31f3fb2def46b471e1b27a7 Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 31 Mar 2005 16:23:03 +0000 Subject: Adding LuaRegex. --- Dalos/Dalos.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dalos/Dalos.cc') 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 #include @@ -31,6 +31,7 @@ #include #include #include +#include #include #include @@ -127,6 +128,7 @@ void start_lua() { LuaBuffer::pushconstruct(L); LuaConfigFile::pushstatics(L); + LuaRegex::pushstatics(L); CD_PUSHSTATICS(L); Luapsx::pushstatics(L); -- cgit v1.2.3