state.hpp

This commit is contained in:
Antonio SJ Musumeci
2024-02-04 00:21:09 -06:00
parent e8d6758de3
commit eaa3a40a40
+3 -1
View File
@@ -1,5 +1,4 @@
#include "branches2.hpp"
#include "func_create_base.hpp"
@@ -10,4 +9,7 @@ public:
public:
Branches2 branches;
public:
std::unique_ptr<Func::CreateBase> create;
};