mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 23:23:28 +00:00
fixed forward decl
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user