diff --git a/src/branch2.hpp b/src/branch2.hpp new file mode 100644 index 00000000..f95508d2 --- /dev/null +++ b/src/branch2.hpp @@ -0,0 +1,13 @@ +class Branch2 +{ +public: + enum class + { + RO, + RW, + NC + }; + +public: + bool enabled; +};