home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 3 / RISC_DISC_3.iso / resources / etexts / gems / gemsv / ch5_5 / texture.cxx < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-04  |  110 b   |  6 lines

  1. #include <iostream.h>
  2.  
  3. #include "global.h"
  4.  
  5. ostream& operator<<(ostream& o, texture& t) {t.out(o); return o;}
  6.