Files
mergerfs/src/state.cpp
T
2024-03-10 16:20:13 -05:00

13 lines
163 B
C++

#include "state.hpp"
#include "func_create_ff.hpp"
#include "make_unique.hpp"
State state;
State::State()
{
_create = std::make_unique<Func2::CreateFF>();
}