mirror of
https://github.com/joel16/SDL2.git
synced 2024-12-14 14:59:43 +00:00
*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401363
This commit is contained in:
parent
684909fae2
commit
963b18d7ec
@ -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 \
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user