Finished exporting lua general functions for now, also had to fix some const char* stuff

This commit is contained in:
KimLS
2013-05-31 16:40:55 -07:00
parent 69f1187722
commit 344feb7484
5 changed files with 301 additions and 335 deletions
-1
View File
@@ -3,7 +3,6 @@
#include "lua.hpp"
#include <luabind/luabind.hpp>
#include <luabind/object.hpp>
#include <boost/any.hpp>
#include <ctype.h>
#include <stdio.h>