Put cout and endl in std:: namespace.
This commit is contained in:
parent
9c561ab860
commit
d7662bceb8
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
||||||
|
|
||||||
#include "pt_lights.hxx"
|
#include "pt_lights.hxx"
|
||||||
|
|
||||||
|
SG_USING_STD(cout);
|
||||||
|
SG_USING_STD(endl);
|
||||||
|
|
||||||
|
|
||||||
// strobe pre-draw (we want a larger point size)
|
// strobe pre-draw (we want a larger point size)
|
||||||
static int StrobePreDraw( ssgEntity *e ) {
|
static int StrobePreDraw( ssgEntity *e ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue