home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsv
/
ch5_5
/
lightsrc.cxx
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-04
|
217b
|
10 lines
#include <iostream.h>
#include "global.h"
ostream& operator<<(ostream& o, lightsource& l) {l.out(o); return o;}
ostream& operator<<(ostream& o, spotlight& l) {l.out(o); return o;}
list<lightsource*> lightsources;