mirror of
https://github.com/yawut/SDL.git
synced 2026-04-05 00:24:55 -05:00
*** empty log message ***
This commit is contained in:
parent
769424426d
commit
bcdfa07625
|
|
@ -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