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