13 lines
293 B
Plaintext
13 lines
293 B
Plaintext
ECODE(ERR_GENERAL,
|
|
"Error: %s")
|
|
ECODE(ERR_ALLOC,
|
|
"Couldn't allocate 0x%X bytes")
|
|
ECODE(ERR_FILE,
|
|
"Couldn't open file %s")
|
|
ECODE(ERR_CHUNK,
|
|
"Couldn't find chunk %s")
|
|
ECODE(ERR_VERSION,
|
|
"Unsupported version %X")
|
|
ECODE(ERR_PLATFORM,
|
|
"Unsupported platform %d")
|