mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-01 21:05:42 +08:00
branches2.hpp
This commit is contained in:
parent
c2babda0f7
commit
43af15e54a
@ -1,4 +1,4 @@
|
||||
#include "branches2.hpp"
|
||||
#include "branch2.hpp"
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
2
src/state.cpp
Normal file
2
src/state.cpp
Normal file
@ -0,0 +1,2 @@
|
||||
#include "state.hpp"
|
||||
|
7
src/state.hpp
Normal file
7
src/state.hpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "branches2.hpp"
|
||||
|
||||
class State
|
||||
{
|
||||
public:
|
||||
Branches2 branches;
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user