瀏覽代碼

fix header files, build with tau

David Rose 18 年之前
父節點
當前提交
ec2c965e8b

+ 1 - 0
panda/src/collide/collisionLevelStateBase.h

@@ -31,6 +31,7 @@
 #include "pStatCollector.h"
 #include "bitMask.h"
 #include "register_type.h"
+#include "collisionSolid.h"
 
 class CollisionSolid;
 class CollisionNode;

+ 1 - 1
panda/src/glxdisplay/glxGraphicsStateGuardian.h

@@ -61,8 +61,8 @@ extern "C" void (*glXGetProcAddressARB(const GLubyte *procName))( void );
 // system GLX version matches or exceeds the GLX version in which
 // these functions are defined, and the system glx.h sometimes doesn't
 // declare these typedefs.
-typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
 #ifndef __EDG__  // Protect the following from the Tau instrumentor.
+typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
 typedef int (* PFNGLXSWAPINTERVALSGIPROC) (int interval);
 #endif  // __EDG__
 

+ 3 - 0
panda/src/putil/Sources.pp

@@ -56,6 +56,7 @@
     portalMask.h \
     pta_double.h \
     pta_float.h pta_int.h \
+    spamDeletor.h \
     sparseArray.I sparseArray.h \
     string_utils.I string_utils.N string_utils.h \
     timedCycle.I timedCycle.h typedWritable.I \
@@ -101,6 +102,7 @@
     nonDeletor.cxx \
     pta_double.cxx pta_float.cxx \
     pta_int.cxx pta_ushort.cxx \
+    spamDeletor.cxx \
     sparseArray.cxx \
     string_utils.cxx timedCycle.cxx typedWritable.cxx \
     typedWritableReferenceCount.cxx updateSeq.cxx \
@@ -157,6 +159,7 @@
     portalMask.h \
     pta_double.h \
     pta_float.h pta_int.h pta_ushort.h \
+    spamDeletor.h \
     sparseArray.I sparseArray.h \
     string_utils.I \
     string_utils.h timedCycle.I timedCycle.h typedWritable.I \