diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-04-18 15:40:53 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-04-18 15:40:53 +0200 |
| commit | 6c4b88123a26a0fc723b9fdbd03ce0cf4b084b3f (patch) | |
| tree | 7a75fb16c0ad77e2fa2e2ca5d204487006b4a2aa /src/wrapped/generated/wrappednotifytypes.h | |
| parent | b78f3a8216dc068b6fee784f6a57fe37c3ecb585 (diff) | |
| download | box64-6c4b88123a26a0fc723b9fdbd03ce0cf4b084b3f.tar.gz box64-6c4b88123a26a0fc723b9fdbd03ce0cf4b084b3f.zip | |
Added some wrapped libs and functions
Diffstat (limited to 'src/wrapped/generated/wrappednotifytypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappednotifytypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappednotifytypes.h b/src/wrapped/generated/wrappednotifytypes.h new file mode 100644 index 00000000..1fa93688 --- /dev/null +++ b/src/wrapped/generated/wrappednotifytypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappednotifyTYPES_H_ +#define __wrappednotifyTYPES_H_ + +#ifndef LIBNAME +#error You should only #include this file inside a wrapped*.c file +#endif +#ifndef ADDED_FUNCTIONS +#define ADDED_FUNCTIONS() +#endif + + +#define SUPER() ADDED_FUNCTIONS() + +#endif // __wrappednotifyTYPES_H_ |