State.cpp 270 B

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