aboutsummaryrefslogtreecommitdiff
path: root/ports/physx/internalMBP_symbols.patch
blob: a74e2eaab791997257ce9c2d19cc893c610e393d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
diff --git a/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp b/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp
index f19ba271..51580049 100644
--- a/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp
+++ b/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp
@@ -90,6 +90,8 @@ using namespace Cm;
 		return ir;
 	}*/
 
+namespace internalMBP {
+
 struct RegionHandle : public Ps::UserAllocated
 {
 	PxU16	mHandle;			// Handle from region
@@ -582,6 +584,10 @@ struct RegionData : public Ps::UserAllocated
 	#endif
 #endif
 
+}
+
+using namespace internalMBP;
+
 ///////////////////////////////////////////////////////////////////////////////
 
 MBP_PairManager::MBP_PairManager() :
diff --git a/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.h b/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.h
index cf15f6d3..90f43e47 100644
--- a/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.h
+++ b/physx/source/lowlevelaabb/src/BpBroadPhaseMBP.h
@@ -35,8 +35,10 @@
 #include "BpBroadPhaseMBPCommon.h"
 #include "BpMBPTasks.h"
 
+namespace internalMBP {
 	class MBP;
-	
+}
+
 namespace physx
 {
 namespace Bp
@@ -84,7 +86,7 @@ namespace Bp
 				MBPUpdateWorkTask			mMBPUpdateWorkTask;
 				MBPPostUpdateWorkTask		mMBPPostUpdateWorkTask;
 
-				MBP*						mMBP;		// PT: TODO: aggregate
+				internalMBP::MBP*			mMBP;		// PT: TODO: aggregate
 
 				MBP_Handle*					mMapping;
 				PxU32						mCapacity;