mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-22 15:20:39 +01:00
[ion/sdl] loadImage is a C symbol
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
//
|
||||
#include <SDL.h>
|
||||
|
||||
SDL_Texture * loadImage(SDL_Renderer * renderer, const char * identifier);
|
||||
extern "C" SDL_Texture * loadImage(SDL_Renderer * renderer, const char * identifier);
|
||||
|
||||
Reference in New Issue
Block a user