branch2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 23:55:36 -06:00
parent 82b94c955c
commit ed95ce5442

View File

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