mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
update SDL3 to latest commit
This commit is contained in:
@@ -13,16 +13,10 @@
|
||||
/* Definitions for platform dependent windowing functions to test SDL
|
||||
integration with native windows
|
||||
*/
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
/* Hack to avoid dynapi renaming */
|
||||
#include "../src/dynapi/SDL_dynapi.h"
|
||||
#ifdef SDL_DYNAMIC_API
|
||||
#undef SDL_DYNAMIC_API
|
||||
#endif
|
||||
#define SDL_DYNAMIC_API 0
|
||||
|
||||
#include "../src/SDL_internal.h"
|
||||
#include "SDL_build_config.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user