DEADSOFTWARE

headers describes that c-files implements
[flatwaifu.git] / src / error.h
index 6e4e61db504e80afeab2d1c350d470885aee7728..45b2975a827a75e5caaf33f4d64fa6e92f1188fc 100644 (file)
@@ -1,7 +1,6 @@
 /*
    Copyright (C) Prikol Software 1996-1997
    Copyright (C) Aleksey Volynskov 1996-1997
-   Copyright (C) <ARembo@gmail.com> 2011
 
    This file is part of the Doom2D:Rembo project.
 
    51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 */
 
-// Error handling
+#ifndef ERROR_H_INCLUDED
+#define ERROR_H_INCLUDED
 
-void ERR_failinit(char *,...);
-void ERR_fatal(char *,...);
-void ERR_quit(void);
+void logo (const char *s, ...);
+void logo_gas (int cur, int all);
+void ERR_failinit (char *s, ...);
+void ERR_fatal (char *s, ...);
+void ERR_quit (void);
+
+#endif /* ERROR_H_INCLUDED */