IStorable.cpp 372 B

12345678910111213141516
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2023-02-04
  6. * Changed: 2023-02-23
  7. *
  8. * */
  9. #include <ls-std/core/interface/IStorable.hpp>
  10. using ls::std::core::interface_type::IStorable;
  11. IStorable::IStorable() = default;
  12. IStorable::~IStorable() = default;