fixed forward decl

This commit is contained in:
2026-03-10 18:04:31 +03:00
parent cbdabd3fc2
commit f707ac1adb
3 changed files with 1 additions and 8 deletions

View File

@@ -3,9 +3,7 @@
//
#pragma once
#ifdef OMATH_ENABLE_LUA
// ReSharper disable once CppInconsistentNaming
struct lua_State;
#include <sol/forward.hpp>
namespace omath::lua
{
void register_lib(lua_State* lua_state);