diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibncurseswtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibncurseswtypes.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedlibncurseswtypes.h b/src/wrapped/generated/wrappedlibncurseswtypes.h new file mode 100644 index 00000000..a32a1831 --- /dev/null +++ b/src/wrapped/generated/wrappedlibncurseswtypes.h @@ -0,0 +1,21 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v1.3.0.11) * + *******************************************************************/ +#ifndef __wrappedlibncurseswTYPES_H_ +#define __wrappedlibncurseswTYPES_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 (*iFpV_t)(void*, void*); +typedef int64_t (*iFpiipV_t)(void*, int64_t, int64_t, void*, void*); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(printw, iFpV_t) \ + GO(mvwprintw, iFpiipV_t) + +#endif // __wrappedlibncurseswTYPES_H_ |