ug4
|
#include "lua_parser_class.h"
#include "bridge/bridge.h"
#include "bindings/lua/lua_util.h"
#include "bindings/lua/lua_stack_check.h"
#include "bindings/lua/info_commands.h"
#include "common/util/file_util.h"
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "lua_compiler.h"
#include "lua_compiler_debug.h"
#include "common/profiler/profiler.h"
#include "vm.h"
Namespaces | |
ug | |
the ug namespace | |
ug::bridge | |
Variables | |
DebugID | ug::DID_LUACOMPILER ("LUACompiler") |
bool | ug::useLua2VM =false |
bool | ug::useLuaCompiler =false |