diff options
| author | rajdakin <rajdakin@gmail.com> | 2021-08-01 17:06:40 +0200 |
|---|---|---|
| committer | rajdakin <rajdakin@gmail.com> | 2021-08-01 17:06:40 +0200 |
| commit | 1f02ab17e37ac2ed766a9434449af5f58d627613 (patch) | |
| tree | 30cab9603e2a2d913f13f498f34278a8cddfefad /src/wrapped/generated/wrappedpangoft2types.h | |
| parent | e1d8f1d7e55ea83a8c30680560c22b200cdeb9cd (diff) | |
| download | box64-1f02ab17e37ac2ed766a9434449af5f58d627613.tar.gz box64-1f02ab17e37ac2ed766a9434449af5f58d627613.zip | |
Fixed SDL2 build, allowing to include structures in function signatures
Diffstat (limited to 'src/wrapped/generated/wrappedpangoft2types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedpangoft2types.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedpangoft2types.h b/src/wrapped/generated/wrappedpangoft2types.h new file mode 100644 index 00000000..ad618b1b --- /dev/null +++ b/src/wrapped/generated/wrappedpangoft2types.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.0.2.15) * + *******************************************************************/ +#ifndef __wrappedpangoft2TYPES_H_ +#define __wrappedpangoft2TYPES_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 // __wrappedpangoft2TYPES_H_ |