mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-25 09:32:53 +00:00
fix: add missing return statement to IggyPlayerGetUserdata stub
This commit is contained in:
parent
fcf3184561
commit
867b47e842
|
|
@ -145,6 +145,7 @@ RADEXPFUNC void RADEXPLINK IggySetTextureSubstitutionCallbacks(Iggy_TextureSubst
|
|||
}
|
||||
RADEXPFUNC void * RADEXPLINK IggyPlayerGetUserdata(Iggy *player) {
|
||||
STUBBED;
|
||||
return 0;
|
||||
}
|
||||
RADEXPFUNC IggyLibrary RADEXPLINK IggyLibraryCreateFromMemoryUTF16(
|
||||
IggyUTF16 const * url_utf16_null_terminated,
|
||||
|
|
|
|||
Loading…
Reference in a new issue