1234567891011121314151617181920 |
- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2022-05-13
- * Changed: 2022-05-13
- *
- * */
- #ifndef LS_STD_LS_STD_BOXING_HPP
- #define LS_STD_LS_STD_BOXING_HPP
- #include <ls_std/boxing/Boolean.hpp>
- #include <ls_std/boxing/Double.hpp>
- #include <ls_std/boxing/Float.hpp>
- #include <ls_std/boxing/Integer.hpp>
- #include <ls_std/boxing/Long.hpp>
- #include <ls_std/boxing/String.hpp>
- #endif
|