inventory.bind_block, unbind_block

This commit is contained in:
MihailRis
2024-02-19 03:15:35 +03:00
parent 8162def157
commit 98a96a9c1b
10 changed files with 190 additions and 122 deletions
+1 -4
View File
@@ -1,7 +1,7 @@
#ifndef LOGIC_SCRIPTING_LUA_STATE_H_
#define LOGIC_SCRIPTING_LUA_STATE_H_
#include <lua.hpp>
#include "lua_commons.h"
#include <string>
#include <stdexcept>
@@ -10,9 +10,6 @@
#endif
namespace lua {
using luaint = lua_Integer;
using luanumber = lua_Number;
class luaerror : public std::runtime_error {
public:
luaerror(const std::string& message);