Skip to content

Commit 816da38

Browse files
committed
added frostbite into global header
1 parent 0ba795c commit 816da38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/omath/omath.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
#include "omath/engines/unity_engine/traits/camera_trait.hpp"
7777
#include "omath/engines/unity_engine/traits/pred_engine_trait.hpp"
7878

79+
//Frostbite Engine
80+
#include "omath/engines/frostbite_engine/constants.hpp"
81+
#include "omath/engines/frostbite_engine/formulas.hpp"
82+
#include "omath/engines/frostbite_engine/camera.hpp"
83+
#include "omath/engines/frostbite_engine/traits/camera_trait.hpp"
84+
#include "omath/engines/frostbite_engine/traits/pred_engine_trait.hpp"
85+
86+
7987
// Unreal Engine
8088
#include "omath/engines/unreal_engine/constants.hpp"
8189
#include "omath/engines/unreal_engine/formulas.hpp"

0 commit comments

Comments
 (0)