[ox/std] Add Buffer as Vector<char> alias

This commit is contained in:
2021-05-03 14:34:17 -04:00
parent 504d248ce3
commit ceebc05ee9
3 changed files with 37 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ target_compile_definitions(
add_library(
OxStd
assert.cpp
buffer.cpp
buildinfo.cpp
byteswap.cpp
heapmgr.cpp
@@ -61,6 +62,7 @@ install(
assert.hpp
bit.hpp
bstring.hpp
buffer.hpp
buildinfo.hpp
byteswap.hpp
defines.hpp