ultimatepp/rainbow/CoreGl/SceneGraph.cpp
2013-08-28 06:03:22 +00:00

10 lines
139 B
C++

#if defined(flagWINGL) || defined(flagLINUXGL)
#include "SceneGraph.h"
/*
GraphNode::GraphNode() : next(NULL), prev(NULL)
{
}
*/
#endif