Mercurial > sdl-ios-xcode
comparison src/SDL_fatal.c @ 3644:09ce26cedfd2
Fixed compiler warning (missing prototype for SDL_Quit())
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 13 Jan 2010 05:24:03 +0000 |
parents | dc1eb82ffdaa |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3643:41253c0fa9b3 | 3644:09ce26cedfd2 |
---|---|
25 | 25 |
26 #ifdef HAVE_SIGNAL_H | 26 #ifdef HAVE_SIGNAL_H |
27 | 27 |
28 #include <signal.h> | 28 #include <signal.h> |
29 | 29 |
30 #include "SDL_stdinc.h" | 30 #include "SDL.h" |
31 #include "SDL_fatal.h" | 31 #include "SDL_fatal.h" |
32 | 32 |
33 /* This installs some signal handlers for the more common fatal signals, | 33 /* This installs some signal handlers for the more common fatal signals, |
34 so that if the programmer is lazy, the app doesn't die so horribly if | 34 so that if the programmer is lazy, the app doesn't die so horribly if |
35 the program crashes. | 35 the program crashes. |