mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
Merge pull request #69 from luadebug/patch-1
Repair omath.hpp by removing unexisting header include
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
#include "omath/linear_algebra/vector3.hpp"
|
#include "omath/linear_algebra/vector3.hpp"
|
||||||
|
|
||||||
// Matrix classes
|
// Matrix classes
|
||||||
#include "linear_algebra/matrix.hpp"
|
|
||||||
#include "omath/linear_algebra/mat.hpp"
|
#include "omath/linear_algebra/mat.hpp"
|
||||||
|
|
||||||
// Color functionality
|
// Color functionality
|
||||||
@@ -81,4 +80,4 @@
|
|||||||
#include "omath/engines/unreal_engine/formulas.hpp"
|
#include "omath/engines/unreal_engine/formulas.hpp"
|
||||||
#include "omath/engines/unreal_engine/camera.hpp"
|
#include "omath/engines/unreal_engine/camera.hpp"
|
||||||
#include "omath/engines/unreal_engine/traits/camera_trait.hpp"
|
#include "omath/engines/unreal_engine/traits/camera_trait.hpp"
|
||||||
#include "omath/engines/unreal_engine/traits/pred_engine_trait.hpp"
|
#include "omath/engines/unreal_engine/traits/pred_engine_trait.hpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user