Otclient  14/8/2020
declarations.h File Reference
#include <framework/global.h>
#include <memory>
Include dependency graph for declarations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::function< int(LuaInterface *)> LuaCppFunction
 
typedef std::unique_ptr< LuaCppFunctionLuaCppFunctionPtr
 
typedef stdext::shared_object_ptr< LuaObjectLuaObjectPtr
 

Typedef Documentation

◆ LuaCppFunction

typedef std::function<int(LuaInterface*)> LuaCppFunction

Definition at line 31 of file declarations.h.

◆ LuaCppFunctionPtr

typedef std::unique_ptr<LuaCppFunction> LuaCppFunctionPtr

Definition at line 34 of file declarations.h.

◆ LuaObjectPtr

Definition at line 35 of file declarations.h.