Files
osc2025/include/errcode.h
2025-03-18 08:40:31 +08:00

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