mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
url: fixed wrong include.
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
3. This notice may not be removed or altered from any source distribution.
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../../SDL_internal.h"
|
#include "../SDL_internal.h"
|
||||||
#include "SDL_error.h"
|
#include "SDL_error.h"
|
||||||
|
|
||||||
extern int SDL_SYS_OpenURL(const char *url);
|
extern int SDL_SYS_OpenURL(const char *url);
|
||||||
|
|||||||
Reference in New Issue
Block a user