Browse Source

branch2.hpp

toml4
Antonio SJ Musumeci 10 months ago
parent
commit
ed95ce5442
  1. 8
      src/branch2.hpp

8
src/branch2.hpp

@ -3,8 +3,16 @@
#include "ghc/filesystem.hpp"
#include "toml.hpp"
#include "enum.h"
#include <stdint.h>
BETTER_ENUM(BranchMode,
int,
RO,
RW,
NC);
class Branch2
{
public:

Loading…
Cancel
Save