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:
C/C++ Source or Header  |  1990-05-04  |  144 b   |  13 lines

  1. #ifndef TCLAEVENTS_H
  2. #define TCLAEVENTS_H
  3.  
  4. struct EventLoopEntry
  5. {
  6.     struct Node node;
  7.     void (*loopfunction)();
  8.     long *waitmask_ptr;
  9. };
  10.  
  11. #endif
  12.  
  13.