- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2023-02-04
- * Changed: 2023-02-23
- *
- * */
- #include <ls-std/core/interface/IBoxing.hpp>
- using ls::std::core::interface_type::IBoxing;
- IBoxing::IBoxing() = default;
- IBoxing::~IBoxing() = default;
|