/* * Author: Patrick-Christopher Mattulat * Company: Lynar Studios * E-Mail: webmaster@lynarstudios.com * Created: 2023-03-31 * Changed: 2023-03-31 * * */ #include using ls::std::time::IClock; IClock::IClock() = default; IClock::~IClock() = default;