feat: add all binstore headers and sources file
This commit is contained in:
3
src/yycc/carton/binstore/setting.cpp
Normal file
3
src/yycc/carton/binstore/setting.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::binstore::setting {}
|
||||
3
src/yycc/carton/binstore/setting.hpp
Normal file
3
src/yycc/carton/binstore/setting.hpp
Normal file
@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::binstore::setting {}
|
||||
3
src/yycc/carton/binstore/storage.cpp
Normal file
3
src/yycc/carton/binstore/storage.cpp
Normal file
@ -0,0 +1,3 @@
|
||||
#include "storage.hpp"
|
||||
|
||||
namespace yycc::carton::binstore::storage {}
|
||||
5
src/yycc/carton/binstore/storage.hpp
Normal file
5
src/yycc/carton/binstore/storage.hpp
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::binstore::storage {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user