mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-22 01:57:18 +01:00
url: removed "extern" from function declaration.
This commit is contained in:
parent
a3802cc533
commit
cc158f2983
@ -23,7 +23,7 @@
|
||||
#include "SDL_misc.h"
|
||||
#include "SDL_error.h"
|
||||
|
||||
extern int SDL_SYS_OpenURL(const char *url);
|
||||
int SDL_SYS_OpenURL(const char *url);
|
||||
|
||||
int
|
||||
SDL_OpenURL(const char *url)
|
||||
|
Loading…
Reference in New Issue
Block a user