There was an error while loading. Please reload this page.
1 parent 0ba795c commit 816da38Copy full SHA for 816da38
include/omath/omath.hpp
@@ -76,6 +76,14 @@
76
#include "omath/engines/unity_engine/traits/camera_trait.hpp"
77
#include "omath/engines/unity_engine/traits/pred_engine_trait.hpp"
78
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
87
// Unreal Engine
88
#include "omath/engines/unreal_engine/constants.hpp"
89
#include "omath/engines/unreal_engine/formulas.hpp"
0 commit comments