summaryrefslogtreecommitdiff
path: root/src/crawl/crawl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crawl/crawl.cpp')
-rwxr-xr-xsrc/crawl/crawl.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crawl/crawl.cpp b/src/crawl/crawl.cpp
index f4d8992..947976f 100755
--- a/src/crawl/crawl.cpp
+++ b/src/crawl/crawl.cpp
@@ -11,6 +11,8 @@
#include "Logger.hpp"
+#include "LuaVM.hpp"
+
#include <set>
#include <vector>
#include <list>
@@ -56,6 +58,8 @@ BOOL WINAPI termHandler( DWORD ctrlType )
int main( void )
{
try {
+ LuaVM luaVm;
+
// Logger::instance( ).openConsoleLog( logINFO );
Logger::instance( ).openConsoleLog( logDEBUG );