Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
43af15e54a
  1. 2
      src/branches2.hpp
  2. 2
      src/state.cpp
  3. 7
      src/state.hpp

2
src/branches2.hpp

@ -1,4 +1,4 @@
#include "branches2.hpp"
#include "branch2.hpp"
#include <vector>

2
src/state.cpp

@ -0,0 +1,2 @@
#include "state.hpp"

7
src/state.hpp

@ -0,0 +1,7 @@
#include "branches2.hpp"
class State
{
public:
Branches2 branches;
};
Loading…
Cancel
Save