diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-09-10 22:09:14 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-09-10 22:09:14 +0200 |
| commit | 1eb1bd6800cc28a4ed66d455b6467f1f060ff733 (patch) | |
| tree | ec08b81c10daab059bb5f699c5aacd893c952cf4 /src/wrapped/generated/wrappedlibvatypes.h | |
| parent | cda4af34037a3cb982d8e69bc03c94d32fe6dd6c (diff) | |
| download | box64-1eb1bd6800cc28a4ed66d455b6467f1f060ff733.tar.gz box64-1eb1bd6800cc28a4ed66d455b6467f1f060ff733.zip | |
Added empty wrapped libva and friends
Diffstat (limited to 'src/wrapped/generated/wrappedlibvatypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibvatypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibvatypes.h b/src/wrapped/generated/wrappedlibvatypes.h new file mode 100644 index 00000000..f90db1c7 --- /dev/null +++ b/src/wrapped/generated/wrappedlibvatypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedlibvaTYPES_H_ +#define __wrappedlibvaTYPES_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 // __wrappedlibvaTYPES_H_ |