feat: add all binstore headers and sources file

This commit is contained in:
2025-12-10 19:55:13 +08:00
parent a6668dff04
commit e4387439ee
6 changed files with 24 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
namespace yycc::carton::binstore {
}
+3
View File
@@ -0,0 +1,3 @@
#pragma once
namespace yycc::carton::binstore::setting {}
+3
View File
@@ -0,0 +1,3 @@
#pragma once
namespace yycc::carton::binstore::setting {}
+3
View File
@@ -0,0 +1,3 @@
#include "storage.hpp"
namespace yycc::carton::binstore::storage {}
+5
View File
@@ -0,0 +1,5 @@
#pragma once
namespace yycc::carton::binstore::storage {
}