7 lines
50 B
C++
7 lines
50 B
C++
|
#include "root_node.h"
|
||
|
|
||
|
RootNode::RootNode()
|
||
|
{
|
||
|
|
||
|
}
|