1
0
Fork 0

Put cout and endl in std:: namespace.

This commit is contained in:
david 2002-10-19 10:27:52 +00:00
parent 9c561ab860
commit d7662bceb8

View file

@ -28,6 +28,9 @@
#include "pt_lights.hxx"
SG_USING_STD(cout);
SG_USING_STD(endl);
// strobe pre-draw (we want a larger point size)
static int StrobePreDraw( ssgEntity *e ) {