Fixed compiler warning (missing prototype for SDL_Quit())

This commit is contained in:
Sam Lantinga 2010-01-13 05:24:03 +00:00
parent 75c85ba27e
commit f6aea4b37a

View File

@ -27,7 +27,7 @@
#include <signal.h>
#include "SDL_stdinc.h"
#include "SDL.h"
#include "SDL_fatal.h"
/* This installs some signal handlers for the more common fatal signals,