Otclient  14/8/2020
luainterface.h File Reference
#include "declarations.h"
#include "luaexception.h"
#include "luabinder.h"
#include "luavaluecasts.h"
Include dependency graph for luainterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LuaInterface
 Class that manages LUA stuff. More...
 

Typedefs

typedef int(* LuaCFunction) (lua_State *L)
 

Variables

LuaInterface g_lua
 

Typedef Documentation

◆ LuaCFunction

typedef int(* LuaCFunction) (lua_State *L)

Definition at line 29 of file luainterface.h.

Variable Documentation

◆ g_lua

LuaInterface g_lua

Definition at line 31 of file luainterface.cpp.