@ -1,4 +1,4 @@
#include "branches2.hpp"
#include "branch2.hpp"
#include <vector>
@ -0,0 +1,2 @@
#include "state.hpp"
@ -0,0 +1,7 @@
class State
{
public:
Branches2 branches;
};