mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 19:03:28 +00:00
fixed forward decl
This commit is contained in:
@@ -3,9 +3,7 @@
|
|||||||
//
|
//
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifdef OMATH_ENABLE_LUA
|
#ifdef OMATH_ENABLE_LUA
|
||||||
// ReSharper disable once CppInconsistentNaming
|
#include <sol/forward.hpp>
|
||||||
struct lua_State;
|
|
||||||
|
|
||||||
namespace omath::lua
|
namespace omath::lua
|
||||||
{
|
{
|
||||||
void register_lib(lua_State* lua_state);
|
void register_lib(lua_State* lua_state);
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
// Created by orange on 07.03.2026.
|
// Created by orange on 07.03.2026.
|
||||||
//
|
//
|
||||||
#ifdef OMATH_ENABLE_LUA
|
#ifdef OMATH_ENABLE_LUA
|
||||||
#include "omath/lua/lua.hpp"
|
|
||||||
#include <sol/sol.hpp>
|
#include <sol/sol.hpp>
|
||||||
#include <omath/engines/cry_engine/camera.hpp>
|
#include <omath/engines/cry_engine/camera.hpp>
|
||||||
#include <omath/engines/cry_engine/constants.hpp>
|
#include <omath/engines/cry_engine/constants.hpp>
|
||||||
@@ -18,9 +17,6 @@
|
|||||||
#include <omath/engines/unity_engine/constants.hpp>
|
#include <omath/engines/unity_engine/constants.hpp>
|
||||||
#include <omath/engines/unreal_engine/camera.hpp>
|
#include <omath/engines/unreal_engine/camera.hpp>
|
||||||
#include <omath/engines/unreal_engine/constants.hpp>
|
#include <omath/engines/unreal_engine/constants.hpp>
|
||||||
#include <omath/linear_algebra/vector3.hpp>
|
|
||||||
#include <omath/projection/camera.hpp>
|
|
||||||
#include <omath/projection/error_codes.hpp>
|
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
// Created by orange on 07.03.2026.
|
// Created by orange on 07.03.2026.
|
||||||
//
|
//
|
||||||
#ifdef OMATH_ENABLE_LUA
|
#ifdef OMATH_ENABLE_LUA
|
||||||
#include "omath/lua/lua.hpp"
|
|
||||||
#include <sol/sol.hpp>
|
#include <sol/sol.hpp>
|
||||||
#include <omath/linear_algebra/vector2.hpp>
|
#include <omath/linear_algebra/vector2.hpp>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user