ls-std-core-test.hpp 372 B

12345678910111213141516
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2022-05-16
  6. * Changed: 2023-02-13
  7. *
  8. * */
  9. #ifndef LS_STD_LS_STD_CORE_TEST_HPP
  10. #define LS_STD_LS_STD_CORE_TEST_HPP
  11. #include <classes/core/ClassWrapper.hpp>
  12. #include <classes/core/MathOddValidator.hpp>
  13. #endif