ls_std_os.hpp 389 B

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