The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef TIXIMGXPM_VT
#define TIXIMGXPM_VT
typedef struct TiximgxpmVtab
{
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem)       type (*mem);
#include "tixImgXpm.t"
#undef VFUNC
#undef VVAR
} TiximgxpmVtab;
extern TiximgxpmVtab *TiximgxpmVptr;
extern TiximgxpmVtab *TiximgxpmVGet _ANSI_ARGS_((void));
#endif /* TIXIMGXPM_VT */