ls_std_boxing.hpp 495 B

1234567891011121314151617181920
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2022-05-13
  6. * Changed: 2022-05-13
  7. *
  8. * */
  9. #ifndef LS_STD_LS_STD_BOXING_HPP
  10. #define LS_STD_LS_STD_BOXING_HPP
  11. #include <ls_std/boxing/Boolean.hpp>
  12. #include <ls_std/boxing/Double.hpp>
  13. #include <ls_std/boxing/Float.hpp>
  14. #include <ls_std/boxing/Integer.hpp>
  15. #include <ls_std/boxing/Long.hpp>
  16. #include <ls_std/boxing/String.hpp>
  17. #endif