ls-math-core.hpp 326 B

123456789101112131415
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2022-08-05
  6. * Changed: 2023-06-02
  7. *
  8. * */
  9. #ifndef LS_MATH_LS_MATH_CORE_HPP
  10. #define LS_MATH_LS_MATH_CORE_HPP
  11. #include <ls-math/core/types/VectorTypes.hpp>
  12. #endif