#ifndef LUADECLARATIONS_H #define LUADECLARATIONS_H #include class LuaInterface; class LuaObject; typedef std::function LuaCppFunction; typedef std::unique_ptr LuaCppFunctionPtr; typedef std::shared_ptr LuaObjectPtr; #endif