7 lines
154 B
C
7 lines
154 B
C
#pragma once
|
|
|
|
#define ERR_NO_MEM 0x00000001
|
|
#define ERR_UNREACHABLE 0x00000002
|
|
#define ERR_CONVERSION 0x00000003
|
|
#define ERR_VECTOR_OOR 0x00000101
|