Update node type and path node transient structures
This commit is contained in:
parent
60ddd31101
commit
73e13263fc
@ -1,6 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef XNODETYPE_H
|
#ifndef XNODETYPE_H
|
||||||
#define XNODETYPE_H
|
#define XNODETYPE_H
|
||||||
|
|
||||||
@ -32,5 +29,3 @@ enum class NodeType : int32_t {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#endif // XNODETYPE_H
|
#endif // XNODETYPE_H
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,14 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef XPATHNODETRANSIENT_H
|
#ifndef XPATHNODETRANSIENT_H
|
||||||
#define XPATHNODETRANSIENT_H
|
#define XPATHNODETRANSIENT_H
|
||||||
|
|
||||||
#include "xasset.h"
|
#include "xasset.h"
|
||||||
#include "gameworld.h" // For pathnode_t reference
|
#include "xgameworld.h" // For pathnode_t reference
|
||||||
|
|
||||||
class XPathNodeTransient : public XAsset
|
class XPathNodeTransient : public XAsset
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user