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