[ox/claw] Fix error codes to differ
This commit is contained in:
2
deps/ox/src/ox/claw/read.hpp
vendored
2
deps/ox/src/ox/claw/read.hpp
vendored
@ -20,7 +20,7 @@
|
||||
namespace ox {
|
||||
|
||||
constexpr auto Error_ClawTypeMismatch = 200;
|
||||
constexpr auto Error_ClawTypeVersionMismatch = 200;
|
||||
constexpr auto Error_ClawTypeVersionMismatch = 201;
|
||||
|
||||
struct ClawHeader {
|
||||
String typeName;
|
||||
|
Reference in New Issue
Block a user