From 69f37968ab29e963d9163a7e72eca81bff17e3b7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 7 Aug 2013 06:33:09 +0200 Subject: Adding LuaHandle support. --- src/Dalos-cli.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Dalos-cli.cc') diff --git a/src/Dalos-cli.cc b/src/Dalos-cli.cc index 5c7cc8a..887d7d1 100644 --- a/src/Dalos-cli.cc +++ b/src/Dalos-cli.cc @@ -4,6 +4,7 @@ #include #include #include +#include #include "BReadline.h" #include "LuaLoad.h" @@ -42,6 +43,7 @@ namespace { class DalosInit : public LuaExecCell { virtual void run(Lua & L) override { registerLuaLoad(L); + registerLuaHandle(L); } }; -- cgit v1.2.3