mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Compilation fixes
Seems to work now
This commit is contained in:
parent
b33b7454c2
commit
15ca2a4dfd
4 changed files with 64 additions and 88 deletions
|
@ -252,7 +252,7 @@ namespace SDL2
|
|||
}
|
||||
|
||||
[LinkName("IMG_LoadAnimation")]
|
||||
public static extern Animation* LoadAnimation(char* file);
|
||||
public static extern Animation* LoadAnimation(char8* file);
|
||||
|
||||
[LinkName("IMG_LoadAnimation_RW")]
|
||||
public static extern Animation* LoadAnimation(SDL.RWOps* src, int32 freesrc);
|
||||
|
@ -264,6 +264,6 @@ namespace SDL2
|
|||
public static extern void IMG_FreeAnimation(Animation* anim);
|
||||
|
||||
[LinkName("IMG_LoadGIFAnimation_RW")]
|
||||
public static extern Animation* LoadGIFAnimation_RW(SDL_RWops *src);
|
||||
public static extern Animation* LoadGIFAnimation_RW(SDL.RWOps *src);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue