Sol2库 封装使用 2022-01-15 编程语言,游戏开发 评论 lua_bind.h#pragma once #include <string> #include <string_view> #include "asio/detail/noncopyable.hpp" #include "io_context_pool.h" #include &q...
Lua调用C++对象 2021-07-13 编程语言,游戏开发 评论 #pragma once #include <functional> #include <vector> #include "lua.hpp" namespace sunny { template <typename T> class luna { private: using me...