home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / raytrace / pxm_ray / pxm_ray.lha / pxm-ray / host_trace.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-09  |  92 b   |  9 lines

  1.  
  2. #include    "pxm.h"
  3. #include    <stdio.h>
  4.  
  5. raytrace()
  6. {
  7.     DEVpoll_nodes(-1, -1, 0, 63, 500, 1);
  8. }
  9.