mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Fixed Android build
This commit is contained in:
parent
a8fcbc466a
commit
5186be4a12
@ -29,7 +29,7 @@
|
|||||||
extern int Android_CreateWindow(_THIS, SDL_Window * window);
|
extern int Android_CreateWindow(_THIS, SDL_Window * window);
|
||||||
extern void Android_SetWindowTitle(_THIS, SDL_Window * window);
|
extern void Android_SetWindowTitle(_THIS, SDL_Window * window);
|
||||||
extern void Android_DestroyWindow(_THIS, SDL_Window * window);
|
extern void Android_DestroyWindow(_THIS, SDL_Window * window);
|
||||||
extern SDL_bool Android_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info);
|
extern SDL_bool Android_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo * info);
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user