diff --git a/include/omath/engines/cry_engine/camera.hpp b/include/omath/engines/cry_engine/camera.hpp index 0db847f..d02ec6a 100644 --- a/include/omath/engines/cry_engine/camera.hpp +++ b/include/omath/engines/cry_engine/camera.hpp @@ -9,5 +9,5 @@ namespace omath::cry_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::cry_engine \ No newline at end of file diff --git a/include/omath/engines/frostbite_engine/camera.hpp b/include/omath/engines/frostbite_engine/camera.hpp index e16c8b6..977dc42 100644 --- a/include/omath/engines/frostbite_engine/camera.hpp +++ b/include/omath/engines/frostbite_engine/camera.hpp @@ -9,5 +9,5 @@ namespace omath::frostbite_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::unity_engine \ No newline at end of file diff --git a/include/omath/engines/iw_engine/camera.hpp b/include/omath/engines/iw_engine/camera.hpp index 2efe29b..b7213ad 100644 --- a/include/omath/engines/iw_engine/camera.hpp +++ b/include/omath/engines/iw_engine/camera.hpp @@ -9,5 +9,5 @@ namespace omath::iw_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::iw_engine \ No newline at end of file diff --git a/include/omath/engines/opengl_engine/camera.hpp b/include/omath/engines/opengl_engine/camera.hpp index 145216c..de01bd5 100644 --- a/include/omath/engines/opengl_engine/camera.hpp +++ b/include/omath/engines/opengl_engine/camera.hpp @@ -8,5 +8,5 @@ namespace omath::opengl_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::opengl_engine \ No newline at end of file diff --git a/include/omath/engines/source_engine/camera.hpp b/include/omath/engines/source_engine/camera.hpp index 6769d40..68871a9 100644 --- a/include/omath/engines/source_engine/camera.hpp +++ b/include/omath/engines/source_engine/camera.hpp @@ -7,5 +7,5 @@ #include "traits/camera_trait.hpp" namespace omath::source_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::source_engine \ No newline at end of file diff --git a/include/omath/engines/unity_engine/camera.hpp b/include/omath/engines/unity_engine/camera.hpp index bc3d6d2..55c82a8 100644 --- a/include/omath/engines/unity_engine/camera.hpp +++ b/include/omath/engines/unity_engine/camera.hpp @@ -9,5 +9,5 @@ namespace omath::unity_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::unity_engine \ No newline at end of file diff --git a/include/omath/engines/unreal_engine/camera.hpp b/include/omath/engines/unreal_engine/camera.hpp index 30d5daf..6565e13 100644 --- a/include/omath/engines/unreal_engine/camera.hpp +++ b/include/omath/engines/unreal_engine/camera.hpp @@ -9,5 +9,5 @@ namespace omath::unreal_engine { - using Camera = projection::Camera; + using Camera = projection::Camera; } // namespace omath::unreal_engine \ No newline at end of file