ls-std-time-test.hpp 329 B

123456789101112131415
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2023-03-15
  6. * Changed: 2023-04-01
  7. *
  8. * */
  9. #ifndef LS_STD_LS_STD_TIME_TEST_HPP
  10. #define LS_STD_LS_STD_TIME_TEST_HPP
  11. #include <classes/time/system-time/MockClock.hpp>
  12. #endif