dedup/inc/searchfolder.h

9 lines
92 B
C++

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