mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
fix header files, build with tau
This commit is contained in:
parent
aef3383a23
commit
ec2c965e8b
@ -31,6 +31,7 @@
|
|||||||
#include "pStatCollector.h"
|
#include "pStatCollector.h"
|
||||||
#include "bitMask.h"
|
#include "bitMask.h"
|
||||||
#include "register_type.h"
|
#include "register_type.h"
|
||||||
|
#include "collisionSolid.h"
|
||||||
|
|
||||||
class CollisionSolid;
|
class CollisionSolid;
|
||||||
class CollisionNode;
|
class CollisionNode;
|
||||||
|
@ -61,8 +61,8 @@ extern "C" void (*glXGetProcAddressARB(const GLubyte *procName))( void );
|
|||||||
// system GLX version matches or exceeds the GLX version in which
|
// system GLX version matches or exceeds the GLX version in which
|
||||||
// these functions are defined, and the system glx.h sometimes doesn't
|
// these functions are defined, and the system glx.h sometimes doesn't
|
||||||
// declare these typedefs.
|
// declare these typedefs.
|
||||||
typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
|
|
||||||
#ifndef __EDG__ // Protect the following from the Tau instrumentor.
|
#ifndef __EDG__ // Protect the following from the Tau instrumentor.
|
||||||
|
typedef __GLXextFuncPtr (* PFNGLXGETPROCADDRESSPROC) (const GLubyte *procName);
|
||||||
typedef int (* PFNGLXSWAPINTERVALSGIPROC) (int interval);
|
typedef int (* PFNGLXSWAPINTERVALSGIPROC) (int interval);
|
||||||
#endif // __EDG__
|
#endif // __EDG__
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@
|
|||||||
portalMask.h \
|
portalMask.h \
|
||||||
pta_double.h \
|
pta_double.h \
|
||||||
pta_float.h pta_int.h \
|
pta_float.h pta_int.h \
|
||||||
|
spamDeletor.h \
|
||||||
sparseArray.I sparseArray.h \
|
sparseArray.I sparseArray.h \
|
||||||
string_utils.I string_utils.N string_utils.h \
|
string_utils.I string_utils.N string_utils.h \
|
||||||
timedCycle.I timedCycle.h typedWritable.I \
|
timedCycle.I timedCycle.h typedWritable.I \
|
||||||
@ -101,6 +102,7 @@
|
|||||||
nonDeletor.cxx \
|
nonDeletor.cxx \
|
||||||
pta_double.cxx pta_float.cxx \
|
pta_double.cxx pta_float.cxx \
|
||||||
pta_int.cxx pta_ushort.cxx \
|
pta_int.cxx pta_ushort.cxx \
|
||||||
|
spamDeletor.cxx \
|
||||||
sparseArray.cxx \
|
sparseArray.cxx \
|
||||||
string_utils.cxx timedCycle.cxx typedWritable.cxx \
|
string_utils.cxx timedCycle.cxx typedWritable.cxx \
|
||||||
typedWritableReferenceCount.cxx updateSeq.cxx \
|
typedWritableReferenceCount.cxx updateSeq.cxx \
|
||||||
@ -157,6 +159,7 @@
|
|||||||
portalMask.h \
|
portalMask.h \
|
||||||
pta_double.h \
|
pta_double.h \
|
||||||
pta_float.h pta_int.h pta_ushort.h \
|
pta_float.h pta_int.h pta_ushort.h \
|
||||||
|
spamDeletor.h \
|
||||||
sparseArray.I sparseArray.h \
|
sparseArray.I sparseArray.h \
|
||||||
string_utils.I \
|
string_utils.I \
|
||||||
string_utils.h timedCycle.I timedCycle.h typedWritable.I \
|
string_utils.h timedCycle.I timedCycle.h typedWritable.I \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user