mirror of
https://github.com/zeldaret/ss
synced 2026-09-02 01:43:04 -04:00
some fManager, fBase, mHeap, f - lists and tree stuff
This commit is contained in:
@@ -65,6 +65,10 @@ public:
|
||||
*/
|
||||
bool removeTreeNode(cTreeNd_c *node);
|
||||
|
||||
const cTreeNd_c *getRoot() const {
|
||||
return mpRootNode;
|
||||
}
|
||||
|
||||
protected:
|
||||
cTreeNd_c *mpRootNode; ///< The root node of the tree.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user