1
0

add namespace

This commit is contained in:
2025-11-21 15:42:03 +08:00
parent 33ac4f1250
commit 16c1e1a782
8 changed files with 58 additions and 13 deletions

View File

@@ -4,6 +4,8 @@
#include <vector>
#include <memory>
namespace drive {
enum drive_type {
dt_alipan,
dt_filebrowser,
@@ -35,3 +37,5 @@ drive::ref new_drive(drive_type type);
std::string hex_encode(const unsigned char* data, size_t len);
std::string device_name();
}