diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 08:45:37 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-05-19 08:45:37 +0200 |
| commit | 4d347f9ff04e11175bc0c25a693782be6ea5e29e (patch) | |
| tree | d1e74ee97ff6f81a93d63a17c4542dc07b725884 /src/wrapped/generated/wrappedsdl2types.h | |
| parent | 252258d138b0160eee040d5834a0b02d88e0d48d (diff) | |
| download | box64-4d347f9ff04e11175bc0c25a693782be6ea5e29e.tar.gz box64-4d347f9ff04e11175bc0c25a693782be6ea5e29e.zip | |
Added a few wrapped function to libc and pthreads
Diffstat (limited to 'src/wrapped/generated/wrappedsdl2types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedsdl2types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedsdl2types.h b/src/wrapped/generated/wrappedsdl2types.h index d59b86a1..249e094f 100644 --- a/src/wrapped/generated/wrappedsdl2types.h +++ b/src/wrapped/generated/wrappedsdl2types.h @@ -33,6 +33,7 @@ typedef void* (*pFpp_t)(void*, void*); typedef void (*vFipV_t)(int64_t, void*, void*); typedef int64_t (*iFupp_t)(uint64_t, void*, void*); typedef int64_t (*iFppi_t)(void*, void*, int64_t); +typedef int64_t (*iFppV_t)(void*, void*, void*); typedef int64_t (*IFpIi_t)(void*, int64_t, int64_t); typedef void* (*pFupp_t)(uint64_t, void*, void*); typedef void* (*pFppi_t)(void*, void*, int64_t); @@ -99,6 +100,7 @@ typedef void* (*pFpippp_t)(void*, int64_t, void*, void*, void*); GO(SDL_LogWarn, vFipV_t) \ GO(SDL_TLSSet, iFupp_t) \ GO(SDL_SaveBMP_RW, iFppi_t) \ + GO(SDL_sscanf, iFppV_t) \ GO(SDL_RWseek, IFpIi_t) \ GO(SDL_AddTimer, pFupp_t) \ GO(SDL_LoadFile_RW, pFppi_t) \ |