feature/test #9

Merged
njohnson merged 318 commits from feature/test into main 2025-09-07 12:35:21 -04:00
2 changed files with 1 additions and 12 deletions
Showing only changes of commit 73e13263fc - Show all commits

View File

@ -1,6 +1,3 @@
#ifndef XNODETYPE_H
#define XNODETYPE_H
@ -32,5 +29,3 @@ enum class NodeType : int32_t {
};
#endif // XNODETYPE_H

View File

@ -1,14 +1,8 @@
#ifndef XPATHNODETRANSIENT_H
#define XPATHNODETRANSIENT_H
#include "xasset.h"
#include "gameworld.h" // For pathnode_t reference
#include "xgameworld.h" // For pathnode_t reference
class XPathNodeTransient : public XAsset
{