librw/src/base.err

25 lines
657 B
Plaintext
Raw Normal View History

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"),
2016-06-17 16:20:02 +02:00
ECODE(ERR_VERSION,
"Unsupported version %X"),
2016-06-17 16:20:02 +02:00
ECODE(ERR_PLATFORM,
"Unsupported platform %d"),
2017-08-09 10:57:32 +02:00
ECODE(ERR_ENGINEINIT,
"Engine could not be initialized"),
2017-08-09 10:57:32 +02:00
ECODE(ERR_ENGINEOPEN,
"Engine could not be opened"),
2017-08-09 10:57:32 +02:00
ECODE(ERR_ENGINESTART,
"Engine could not be started"),
2017-08-18 19:28:01 +02:00
ECODE(ERR_INVRASTER,
"Invalid raster format"),
ECODE(ERR_NOTEXTURE,
2020-11-17 15:05:47 +01:00
"Could not create texture"),
ECODE(ERR_FORMAT_UNSUPPORTED,
"Unsupported raster format")