home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / RISCOS / MAGAZINE / NEWS / 3DENGI.ZIP / 3DEngine / !PlotLib / src / h / private < prev   
Text File  |  1998-08-01  |  235b  |  15 lines

  1. /*
  2.  * private.h: PlotLib private variables
  3.  */
  4.  
  5. #ifndef PRIVATE_H
  6.  
  7. #define PRIVATE_H
  8.  
  9. extern char *PLOTLIB_v_offscreenmem;
  10. extern int   PLOTLIB_v_screen_width;
  11. extern int   PLOTLIB_v_screen_height;
  12. extern int  *PLOTLIB_DivTab;
  13.  
  14. #endif
  15.