dedup/inc/searchfolder.h

9 lines
92 B
C
Raw Normal View History

2022-10-21 19:39:55 +02:00
#pragma once
#include <string>
struct SearchFolder {
std::string path;
bool recurse;
};