#pragma once #include struct SearchFolder { std::string path; bool recurse; };