Browse Source

state.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
eaa3a40a40
  1. 4
      src/state.hpp

4
src/state.hpp

@ -1,5 +1,4 @@
#include "branches2.hpp" #include "branches2.hpp"
#include "func_create_base.hpp" #include "func_create_base.hpp"
@ -10,4 +9,7 @@ public:
public: public:
Branches2 branches; Branches2 branches;
public:
std::unique_ptr<Func::CreateBase> create;
}; };
Loading…
Cancel
Save