Browse Source

branches2.hpp

toml4
Antonio SJ Musumeci 1 year ago
parent
commit
3724318306
  1. 10
      src/branches2.hpp

10
src/branches2.hpp

@ -1,18 +1,10 @@
#include "branch2.hpp"
#include "branch_tier.hpp"
#include "toml.hpp"
#include <vector>
class Branch2Tier
{
public:
uint64_t min_free_space;
private:
std::vector<Branch2> _branches;
};
class Branches2
{
public:

Loading…
Cancel
Save