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.

16 lines
199 B

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
  1. #include "branches2.hpp"
  2. #include "func_create_base.hpp"
  3. #include <memory>
  4. class State
  5. {
  6. public:
  7. State();
  8. public:
  9. Branches2 branches;
  10. public:
  11. std::unique_ptr<Func::CreateBase> create;
  12. };