ls_std_os.hpp 349 B

12345678910111213141516
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2020-12-26
  6. * Changed: 2022-12-26
  7. *
  8. * */
  9. #ifndef LS_STD_LS_STD_OS_HPP
  10. #define LS_STD_LS_STD_OS_HPP
  11. #include <ls_std/os/dynamic_goal.hpp>
  12. #include <ls_std/os/specification.hpp>
  13. #endif