summaryrefslogtreecommitdiff
path: root/src/base.err
diff options
context:
space:
mode:
Diffstat (limited to 'src/base.err')
-rw-r--r--src/base.err24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/base.err b/src/base.err
new file mode 100644
index 0000000..2d413e8
--- /dev/null
+++ b/src/base.err
@@ -0,0 +1,24 @@
+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"),
+ECODE(ERR_ENGINEINIT,
+ "Engine could not be initialized"),
+ECODE(ERR_ENGINEOPEN,
+ "Engine could not be opened"),
+ECODE(ERR_ENGINESTART,
+ "Engine could not be started"),
+ECODE(ERR_INVRASTER,
+ "Invalid raster format"),
+ECODE(ERR_NOTEXTURE,
+ "Could not create texture"),
+ECODE(ERR_FORMAT_UNSUPPORTED,
+ "Unsupported raster format")