[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 {
|
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;
|
||||||
|
Reference in New Issue
Block a user