IListener.cpp 324 B

12345678910111213
  1. /*
  2. * Author: Patrick-Christopher Mattulat
  3. * Company: Lynar Studios
  4. * E-Mail: webmaster@lynarstudios.com
  5. * Created: 2020-11-14
  6. * Changed: 2020-11-26
  7. *
  8. * */
  9. #include "../../../include/ls_std/logic/IListener.hpp"
  10. ls_std::IListener::IListener() : ls_std::Class("IListener")
  11. {}