From: ARembo Date: Sat, 23 Jul 2011 16:59:50 +0000 (+0000) Subject: new X-Git-Url: https://deadsoftware.ru/gitweb?a=commitdiff_plain;h=eef55d499599a0e71ac3b6370361b5bc2e6dabb9;hp=3dfef2142b0a79146bde6c8ee57ed6868f270bea;p=flatwaifu.git new --- diff --git a/error.h b/error.h new file mode 100644 index 0000000..02a7265 --- /dev/null +++ b/error.h @@ -0,0 +1,5 @@ +// Error handling + +void ERR_failinit(char *,...); +void ERR_fatal(char *,...); +void ERR_quit(void);