state.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-25 20:16:16 -06:00
parent afc51bec03
commit 86d5fe31fa

View File

@ -2,6 +2,9 @@
class State
{
public:
State();
public:
Branches2 branches;
};