mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
10 lines
139 B
C++
10 lines
139 B
C++
#if defined(flagWINGL) || defined(flagLINUXGL)
|
|
|
|
#include "SceneGraph.h"
|
|
/*
|
|
GraphNode::GraphNode() : next(NULL), prev(NULL)
|
|
{
|
|
}
|
|
*/
|
|
|
|
#endif
|