mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 22:18:28 +00:00
url: removed "extern" from function declaration.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
#include "SDL_misc.h"
|
#include "SDL_misc.h"
|
||||||
#include "SDL_error.h"
|
#include "SDL_error.h"
|
||||||
|
|
||||||
extern int SDL_SYS_OpenURL(const char *url);
|
int SDL_SYS_OpenURL(const char *url);
|
||||||
|
|
||||||
int
|
int
|
||||||
SDL_OpenURL(const char *url)
|
SDL_OpenURL(const char *url)
|
||||||
|
Reference in New Issue
Block a user