home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
488.lha
/
TCL_alpha2
/
tcl.lzh
/
tcl
/
includes
/
tcla
/
events.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1990-05-04
|
144 b
|
13 lines
#ifndef TCLAEVENTS_H
#define TCLAEVENTS_H
struct EventLoopEntry
{
struct Node node;
void (*loopfunction)();
long *waitmask_ptr;
};
#endif