state.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-05 11:51:27 -06:00
parent 21c97ac6d6
commit f9cd21280f

View File

@ -12,5 +12,5 @@ public:
Branches2 branches; Branches2 branches;
public: public:
Func::Create create; Func2::Create create;
}; };