You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
95 B

10 months ago
10 months ago
10 months ago
  1. #include "branches2.hpp"
  2. class State
  3. {
  4. public:
  5. State();
  6. public:
  7. Branches2 branches;
  8. };