StateHandler.h 81 B

12345678
  1. #pragma once
  2. class StateHandler
  3. {
  4. public:
  5. StateHandler();
  6. ~StateHandler();
  7. };