mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
general: Add missing includes and forward-declarations.
This commit is contained in:
parent
b06100afdd
commit
64120cd7d8
@ -19,6 +19,7 @@
|
||||
#include "cppType.h"
|
||||
|
||||
class CPPIdentifier;
|
||||
class CPPInstanceIdentifier;
|
||||
|
||||
///////////////////////////////////////////////////////////////////
|
||||
// Class : CPPTypedefType
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
#include "interrogateDatabase.h"
|
||||
#include "cppInstance.h"
|
||||
#include "cppConstType.h"
|
||||
#include "cppFunctionType.h"
|
||||
#include "cppParameterList.h"
|
||||
#include "cppReferenceType.h"
|
||||
|
@ -21,10 +21,17 @@
|
||||
#include "interrogateDatabase.h"
|
||||
#include "interrogateType.h"
|
||||
#include "interrogateFunction.h"
|
||||
#include "cppArrayType.h"
|
||||
#include "cppConstType.h"
|
||||
#include "cppEnumType.h"
|
||||
#include "cppFunctionType.h"
|
||||
#include "cppFunctionGroup.h"
|
||||
#include "cppPointerType.h"
|
||||
#include "cppTypeDeclaration.h"
|
||||
#include "cppTypedefType.h"
|
||||
#include "cppSimpleType.h"
|
||||
#include "cppStructType.h"
|
||||
#include "cppExpression.h"
|
||||
#include "vector"
|
||||
#include "cppParameterList.h"
|
||||
#include "algorithm"
|
||||
|
@ -40,6 +40,7 @@ class GeomVertexData;
|
||||
class GeomPrimitive;
|
||||
class PandaNode;
|
||||
class RenderState;
|
||||
class Material;
|
||||
class Texture;
|
||||
class CharacterJoint;
|
||||
class EggVertex;
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "bamWriter.h"
|
||||
#include "datagram.h"
|
||||
#include "datagramIterator.h"
|
||||
#include "nodePath.h"
|
||||
|
||||
TypeHandle ShaderAttrib::_type_handle;
|
||||
int ShaderAttrib::_attrib_slot;
|
||||
|
Loading…
x
Reference in New Issue
Block a user