2016-06-17 00:06:37 +02:00
|
|
|
ECODE(ERR_GENERAL,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Error: %s"),
|
2016-06-17 00:06:37 +02:00
|
|
|
ECODE(ERR_ALLOC,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Couldn't allocate 0x%X bytes"),
|
2016-06-17 00:06:37 +02:00
|
|
|
ECODE(ERR_FILE,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Couldn't open file %s"),
|
2016-06-17 00:06:37 +02:00
|
|
|
ECODE(ERR_CHUNK,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Couldn't find chunk %s"),
|
2016-06-17 16:20:02 +02:00
|
|
|
ECODE(ERR_VERSION,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Unsupported version %X"),
|
2016-06-17 16:20:02 +02:00
|
|
|
ECODE(ERR_PLATFORM,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Unsupported platform %d"),
|
2017-08-09 10:57:32 +02:00
|
|
|
ECODE(ERR_ENGINEINIT,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Engine could not be initialized"),
|
2017-08-09 10:57:32 +02:00
|
|
|
ECODE(ERR_ENGINEOPEN,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Engine could not be opened"),
|
2017-08-09 10:57:32 +02:00
|
|
|
ECODE(ERR_ENGINESTART,
|
2018-07-13 01:09:45 +02:00
|
|
|
"Engine could not be started"),
|
2017-08-18 19:28:01 +02:00
|
|
|
ECODE(ERR_INVRASTER,
|
2020-04-17 21:44:32 +02:00
|
|
|
"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")
|