Initial commit

This commit is contained in:
2026-01-09 17:07:05 +01:00
commit c621a6c652
17 changed files with 836 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include <string>
#include <dirent.h>
#pragma once
bool dirExist(const std::string &path);
bool initializeStorage();