mirror of
https://github.com/yawut/SDL.git
synced 2026-07-29 22:48:48 -05:00
Fixed #includes to fix naming conventions
This commit is contained in:
parent
23ef6d2153
commit
82cf0563e5
|
|
@ -31,8 +31,8 @@
|
|||
#include "../../events/SDL_events_c.h"
|
||||
|
||||
#include "SDL_androidvideo.h"
|
||||
#include "SDL_androidevents_c.h"
|
||||
#include "SDL_androidrender_c.h"
|
||||
#include "SDL_androidevents.h"
|
||||
#include "SDL_androidrender.h"
|
||||
|
||||
/* Android header */
|
||||
#include "egl.h"
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@
|
|||
#include "../../events/SDL_events_c.h"
|
||||
|
||||
#include "SDL_androidvideo.h"
|
||||
#include "SDL_androidevents_c.h"
|
||||
#include "SDL_androidrender_c.h"
|
||||
#include "SDL_androidevents.h"
|
||||
#include "SDL_androidrender.h"
|
||||
|
||||
#define ANDROID_VID_DRIVER_NAME "Android"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user