mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
pgraph: fix missing includes of *Collection classes in nodePath.h
This commit is contained in:
parent
2e03eb405b
commit
79c71a5d97
@ -41,6 +41,8 @@
|
||||
#include "pta_LVecBase2.h"
|
||||
#include "stl_compares.h"
|
||||
#include "shaderInput.h"
|
||||
#include "internalNameCollection.h"
|
||||
#include "materialCollection.h"
|
||||
#include "textureCollection.h"
|
||||
#include "textureStageCollection.h"
|
||||
|
||||
@ -49,13 +51,9 @@ class FindApproxPath;
|
||||
class FindApproxLevelEntry;
|
||||
class Light;
|
||||
class PolylightNode;
|
||||
class InternalNameCollection;
|
||||
class Texture;
|
||||
class TextureStage;
|
||||
class TextureCollection;
|
||||
class TextureStageCollection;
|
||||
class Material;
|
||||
class MaterialCollection;
|
||||
class Fog;
|
||||
class GlobPattern;
|
||||
class PreparedGraphicsObjects;
|
||||
@ -1054,6 +1052,8 @@ private:
|
||||
|
||||
INLINE std::ostream &operator << (std::ostream &out, const NodePath &node_path);
|
||||
|
||||
#include "nodePathCollection.h"
|
||||
|
||||
#include "nodePath.I"
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user