errCode.hpp
Go to the documentation of this file.
1
2
#pragma once
3
4
#include "
core/common.hpp
"
5
6
namespace
by {
7
8
enum
errCode {
9
ERR_CODE_START = 0,
10
#define PAIRX PAIRX_LEFT
11
#include "errCode.inl"
12
#undef PAIRX
13
ERR_CODE_END,
14
};
15
}
common.hpp