messy client<->server checkpoint
This commit is contained in:
10
common/ErrorCodes.hpp
Normal file
10
common/ErrorCodes.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
enum class ErrorCode : int {
|
||||
|
||||
Success = 0,
|
||||
Error = -1,
|
||||
// ...
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user