Add write to new FileStore
This commit is contained in:
6
deps/ox/src/ox/std/types.hpp
vendored
6
deps/ox/src/ox/std/types.hpp
vendored
@@ -51,6 +51,12 @@ typedef uint32_t uintptr_t;
|
||||
#error size_t, intptr_t, and uintptr_t undefined
|
||||
#endif
|
||||
|
||||
namespace std {
|
||||
|
||||
typedef decltype(nullptr) nullptr_t;
|
||||
|
||||
}
|
||||
|
||||
static_assert(sizeof(int8_t) == 1, "int8_t is wrong size");
|
||||
static_assert(sizeof(int16_t) == 2, "int16_t is wrong size");
|
||||
static_assert(sizeof(int32_t) == 4, "int32_t is wrong size");
|
||||
|
Reference in New Issue
Block a user