diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-04-11 17:53:23 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-04-11 17:53:23 +0200 |
| commit | 72a505a3e885c2e180a6da51e0640953f956258d (patch) | |
| tree | 70e76f79cacd131b6c54d44aaa8ab2b4f02194fa /src/wrapped/generated/wrappedlibxtsttypes.h | |
| parent | 550d252386d0a4d2bdb77de7264f6ab1bad98042 (diff) | |
| download | box64-72a505a3e885c2e180a6da51e0640953f956258d.tar.gz box64-72a505a3e885c2e180a6da51e0640953f956258d.zip | |
General improvements to box64 and fixed some SDL2 functions
Diffstat (limited to 'src/wrapped/generated/wrappedlibxtsttypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibxtsttypes.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibxtsttypes.h b/src/wrapped/generated/wrappedlibxtsttypes.h new file mode 100644 index 00000000..f13097ea --- /dev/null +++ b/src/wrapped/generated/wrappedlibxtsttypes.h @@ -0,0 +1,20 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v1.3.0.10) * + *******************************************************************/ +#ifndef __wrappedlibxtstTYPES_H_ +#define __wrappedlibxtstTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + +typedef int64_t (*iFpppp_t)(void*, void*, void*, void*); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(XRecordEnableContext, iFpppp_t) \ + GO(XRecordEnableContextAsync, iFpppp_t) + +#endif // __wrappedlibxtstTYPES_H_ |