You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
163 B

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
8 months ago
10 months ago
  1. #include "state.hpp"
  2. #include "func_create_ff.hpp"
  3. #include "make_unique.hpp"
  4. State state;
  5. State::State()
  6. {
  7. _create = std::make_unique<Func2::CreateFF>();
  8. }