Files
osc2025/include/errcode.h
2025-04-08 06:59:49 +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