diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibxcompositetypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcompositetypes.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibxcompositetypes.h b/src/wrapped/generated/wrappedlibxcompositetypes.h new file mode 100644 index 00000000..78810676 --- /dev/null +++ b/src/wrapped/generated/wrappedlibxcompositetypes.h @@ -0,0 +1,17 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.0.2.15) * + *******************************************************************/ +#ifndef __wrappedlibxcompositeTYPES_H_ +#define __wrappedlibxcompositeTYPES_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 // __wrappedlibxcompositeTYPES_H_ |