feat: finish binstore configuration and partial storage
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
#include "storage.hpp"
|
||||
|
||||
namespace yycc::carton::binstore::storage {}
|
||||
namespace yycc::carton::binstore::storage {
|
||||
|
||||
#pragma region Storage Class
|
||||
|
||||
Storage::Storage() {}
|
||||
|
||||
Storage::~Storage() {}
|
||||
|
||||
#pragma endregion
|
||||
|
||||
} // namespace yycc::carton::binstore::storage
|
||||
|
||||
Reference in New Issue
Block a user