summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/errors.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-08-20 02:12:53 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-08-20 02:12:53 +0200
commitb25ec0a923318fd601619cd0bd89a9c262ef74e1 (patch)
tree38d077a4e21a31ffa6ea0da77978e4e4ccd4adb1 /crawl-ref/source/errors.h
parenta290ba3a83431e38b1d54ed611e7892e38e0fdfd (diff)
downloadcrawl-ref-b25ec0a923318fd601619cd0bd89a9c262ef74e1.tar.gz
crawl-ref-b25ec0a923318fd601619cd0bd89a9c262ef74e1.zip
The transactional save packager.
Diffstat (limited to 'crawl-ref/source/errors.h')
-rw-r--r--crawl-ref/source/errors.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/errors.h b/crawl-ref/source/errors.h
new file mode 100644
index 0000000000..fdecdb129e
--- /dev/null
+++ b/crawl-ref/source/errors.h
@@ -0,0 +1,7 @@
+#ifndef ERRORS_H
+#define ERRORS_H
+
+void fail(const char *msg, ...);
+void sysfail(const char *msg, ...);
+
+#endif