Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 11 months ago
parent
commit
c2babda0f7
  1. 2
      src/branches2.hpp

2
src/branches2.hpp

@ -2,4 +2,6 @@
#include <vector>
typedef std::vector<Branch2> Branch2Vec;
typedef std::vector<Branch2Vec> Branches2;
Loading…
Cancel
Save