2 -----------------------------------------------
3 Generic Allegro Project Template
4 By Kronoman - July 2003
5 Copyright (c) 2003, Kronoman
6 In loving memory of my father
7 -----------------------------------------------
9 -----------------------------------------------
11 -----------------------------------------------
17 #include <stdarg.h> /* for the variable argument list */
18 #include <stdlib.h> /* for use of malloc */
20 void raise_error(AL_CONST
char *msg
, ...);