mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Patched to compile on various platforms.
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#include "SDL_keyboard.h"
|
||||
#include "SDL_cocoavideo.h"
|
||||
#include "../thread/SDL_systhread.h"
|
||||
#include "../../thread/SDL_systhread.h"
|
||||
|
||||
#include "../../events/SDL_mouse_c.h"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include "SDL_pspvideo.h"
|
||||
#include "SDL_pspevents_c.h"
|
||||
#include "SDL_keyboard.h"
|
||||
#include "../thread/SDL_systhread.h"
|
||||
#include "../../thread/SDL_systhread.h"
|
||||
#include <psphprm.h>
|
||||
|
||||
#ifdef PSPIRKEYB
|
||||
|
||||
@@ -38,7 +38,7 @@ using Windows::UI::Core::CoreCursor;
|
||||
#include "../../core/winrt/SDL_winrtapp_xaml.h"
|
||||
#include "SDL_assert.h"
|
||||
#include "SDL_system.h"
|
||||
#include "../thread/SDL_systhread.h"
|
||||
#include "../../thread/SDL_systhread.h"
|
||||
|
||||
extern "C" {
|
||||
#include "../SDL_sysvideo.h"
|
||||
|
||||
Reference in New Issue
Block a user