mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 17:35:43 +00:00
Implemented TFlags for easy, type-safe bitflags
This commit is contained in:
@@ -11,7 +11,7 @@ public:
|
||||
explicit CRootNode(CSceneManager *pScene, CSceneNode *pParent = 0) : CSceneNode(pScene, pParent) {}
|
||||
~CRootNode() {}
|
||||
|
||||
inline ENodeType NodeType() {
|
||||
ENodeType NodeType() {
|
||||
return eRootNode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user