*** empty log message ***

This commit is contained in:
Sam Lantinga 2006-02-10 07:03:22 +00:00
parent 769424426d
commit bcdfa07625
3 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,6 @@ libSDLinclude_HEADERS = \
SDL_quit.h \
SDL_rwops.h \
SDL_stdinc.h \
SDL_stdlib.h \
SDL_string.h \
SDL_syswm.h \
SDL_thread.h \
SDL_timer.h \

View File

@ -39,6 +39,7 @@
#include <linux/kd.h>
#include <linux/keyboard.h>
#include "SDL_timer.h"
#include "SDL_mutex.h"
#include "SDL_sysevents.h"
#include "SDL_sysvideo.h"

View File

@ -33,6 +33,7 @@
#include <sys/time.h>
#include <unistd.h>
#include "SDL_timer.h"
#include "SDL_syswm.h"
#include "SDL_sysevents.h"
#include "SDL_sysvideo.h"