Browse Source

state.hpp

toml4
Antonio SJ Musumeci 9 months ago
parent
commit
c093409071
  1. 2
      src/state.hpp

2
src/state.hpp

@ -12,5 +12,5 @@ public:
Branches2 branches; Branches2 branches;
public: public:
std::unique_ptr<Func::CreateBase> create;
Func::Create create;
}; };
Loading…
Cancel
Save