home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / c / vbcc / machines / amigappc / libsrc / amigalib / waitbeam.c < prev   
Encoding:
C/C++ Source or Header  |  1997-12-30  |  118 b   |  8 lines

  1. #include <clib/alib_protos.h>
  2. #include <proto/graphics.h>
  3.  
  4. void waitbeam(long pos)
  5. {
  6.   do {} while(pos>VBeamPos());
  7. }
  8.