home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2004 July
/
APC0407D2.iso
/
workshop
/
apache
/
files
/
ActivePerl-5.6.1.638-MSWin32-x86.msi
/
_e7d23930c5f10ffc267c0152bf5c8d21
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-04-13
|
340 b
|
14 lines
#ifndef IMGINT_VT
#define IMGINT_VT
typedef struct ImgintVtab
{
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem) type (*mem);
#include "imgInt.t"
#undef VFUNC
#undef VVAR
} ImgintVtab;
extern ImgintVtab *ImgintVptr;
extern ImgintVtab *ImgintVGet _ANSI_ARGS_((void));
#endif /* IMGINT_VT */