StateMachine.cpp 298 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 "StateMachine.hpp"
  10. ls_std::StateMachine::StateMachine() : Class("StateMachine")
  11. {}