9 lines
230 B
C
9 lines
230 B
C
#pragma once
|
|
|
|
#define ERR_NO_MEM 0x00000001
|
|
#define ERR_UNREACHABLE 0x00000002
|
|
#define ERR_CONVERSION 0x00000003
|
|
#define ERR_OUT_OF_BOUND 0x00000004
|
|
#define ERR_INVALID_OP 0x00000005
|
|
#define ERR_INVALID_MEM 0x00000006
|