diff --git a/include/omath/Angle.hpp b/include/omath/angle.hpp similarity index 100% rename from include/omath/Angle.hpp rename to include/omath/angle.hpp diff --git a/include/omath/Angles.hpp b/include/omath/angles.hpp similarity index 100% rename from include/omath/Angles.hpp rename to include/omath/angles.hpp diff --git a/include/omath/Color.hpp b/include/omath/color.hpp similarity index 100% rename from include/omath/Color.hpp rename to include/omath/color.hpp diff --git a/include/omath/engines/iw_engine/Camera.hpp b/include/omath/engines/iw_engine/camera.hpp similarity index 100% rename from include/omath/engines/iw_engine/Camera.hpp rename to include/omath/engines/iw_engine/camera.hpp diff --git a/include/omath/engines/iw_engine/Constants.hpp b/include/omath/engines/iw_engine/constants.hpp similarity index 100% rename from include/omath/engines/iw_engine/Constants.hpp rename to include/omath/engines/iw_engine/constants.hpp diff --git a/include/omath/engines/iw_engine/Formulas.hpp b/include/omath/engines/iw_engine/formulas.hpp similarity index 100% rename from include/omath/engines/iw_engine/Formulas.hpp rename to include/omath/engines/iw_engine/formulas.hpp diff --git a/include/omath/engines/opengl_engine/Camera.hpp b/include/omath/engines/opengl_engine/camera.hpp similarity index 100% rename from include/omath/engines/opengl_engine/Camera.hpp rename to include/omath/engines/opengl_engine/camera.hpp diff --git a/include/omath/engines/opengl_engine/Constants.hpp b/include/omath/engines/opengl_engine/constants.hpp similarity index 100% rename from include/omath/engines/opengl_engine/Constants.hpp rename to include/omath/engines/opengl_engine/constants.hpp diff --git a/include/omath/engines/opengl_engine/Formulas.hpp b/include/omath/engines/opengl_engine/formulas.hpp similarity index 100% rename from include/omath/engines/opengl_engine/Formulas.hpp rename to include/omath/engines/opengl_engine/formulas.hpp diff --git a/include/omath/engines/source_engine/Camera.hpp b/include/omath/engines/source_engine/camera.hpp similarity index 100% rename from include/omath/engines/source_engine/Camera.hpp rename to include/omath/engines/source_engine/camera.hpp diff --git a/include/omath/engines/source_engine/Constants.hpp b/include/omath/engines/source_engine/constants.hpp similarity index 100% rename from include/omath/engines/source_engine/Constants.hpp rename to include/omath/engines/source_engine/constants.hpp diff --git a/include/omath/engines/source_engine/Formulas.hpp b/include/omath/engines/source_engine/formulas.hpp similarity index 100% rename from include/omath/engines/source_engine/Formulas.hpp rename to include/omath/engines/source_engine/formulas.hpp diff --git a/include/omath/Mat.hpp b/include/omath/mat.hpp similarity index 100% rename from include/omath/Mat.hpp rename to include/omath/mat.hpp diff --git a/include/omath/Matrix.hpp b/include/omath/matrix.hpp similarity index 100% rename from include/omath/Matrix.hpp rename to include/omath/matrix.hpp diff --git a/include/omath/projectile_prediction/Projectile.hpp b/include/omath/projectile_prediction/projectile.hpp similarity index 100% rename from include/omath/projectile_prediction/Projectile.hpp rename to include/omath/projectile_prediction/projectile.hpp diff --git a/include/omath/projectile_prediction/Target.hpp b/include/omath/projectile_prediction/target.hpp similarity index 100% rename from include/omath/projectile_prediction/Target.hpp rename to include/omath/projectile_prediction/target.hpp diff --git a/include/omath/projection/Camera.hpp b/include/omath/projection/camera.hpp similarity index 100% rename from include/omath/projection/Camera.hpp rename to include/omath/projection/camera.hpp diff --git a/include/omath/Triangle.hpp b/include/omath/triangle.hpp similarity index 100% rename from include/omath/Triangle.hpp rename to include/omath/triangle.hpp diff --git a/include/omath/Vector2.hpp b/include/omath/vector2.hpp similarity index 100% rename from include/omath/Vector2.hpp rename to include/omath/vector2.hpp diff --git a/include/omath/Vector3.hpp b/include/omath/vector3.hpp similarity index 100% rename from include/omath/Vector3.hpp rename to include/omath/vector3.hpp diff --git a/include/omath/Vector4.hpp b/include/omath/vector4.hpp similarity index 100% rename from include/omath/Vector4.hpp rename to include/omath/vector4.hpp diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 10ca8ed..f690fe3 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,5 +1,5 @@ target_sources(omath PRIVATE - Matrix.cpp + matrix.cpp color.cpp ) diff --git a/source/Matrix.cpp b/source/matrix.cpp similarity index 100% rename from source/Matrix.cpp rename to source/matrix.cpp diff --git a/source/projection/Camera.cpp b/source/projection/camera.cpp similarity index 100% rename from source/projection/Camera.cpp rename to source/projection/camera.cpp