maint: update deps

This commit is contained in:
Ahrimdon
2024-08-13 05:15:34 -04:00
parent 71843c3821
commit f0d2362fb5
8385 changed files with 2911785 additions and 7484 deletions

View File

@ -0,0 +1,13 @@
#pragma once
#ifndef PROGRAM_LUA_INTEROP_HPP
#define PROGRAM_LUA_INTEROP_HPP
#include <lua_zm_interop.hpp>
#define SOL_ALL_SAFETIES_ON 1
#include <sol/forward.hpp>
void register_lua(sol::state& lua);
#endif // PROGRAM_LUA_INTEROP_HPP