IWindowApi.cpp 242 B

123456789101112
  1. /*
  2. * author: Patrick-Christopher Mattulat
  3. * e-mail: webmaster@lynarstudios.com
  4. */
  5. #include <interface/IWindowApi.hpp>
  6. using ls::atlantis::interfaces::IWindowApi;
  7. IWindowApi::IWindowApi() = default;
  8. IWindowApi::~IWindowApi() = default;