diff --git a/deps/nostalgia/deps/ox/src/ox/std/types.hpp b/deps/nostalgia/deps/ox/src/ox/std/types.hpp index dcd2084..2e2f3c8 100644 --- a/deps/nostalgia/deps/ox/src/ox/std/types.hpp +++ b/deps/nostalgia/deps/ox/src/ox/std/types.hpp @@ -61,6 +61,8 @@ using uint_t = unsigned; namespace ox { +using CString = char const*; + /** * Aliases type T in size and alignment to allow allocating space for a T * without running the constructor.