diff options
Diffstat (limited to 'thirdparty/vhacd/inc/btAlignedAllocator.h')
-rw-r--r-- | thirdparty/vhacd/inc/btAlignedAllocator.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/thirdparty/vhacd/inc/btAlignedAllocator.h b/thirdparty/vhacd/inc/btAlignedAllocator.h index 11f6e12dca..94e71d5125 100644 --- a/thirdparty/vhacd/inc/btAlignedAllocator.h +++ b/thirdparty/vhacd/inc/btAlignedAllocator.h @@ -21,6 +21,11 @@ subject to the following restrictions: ///that is better portable and more predictable #include "btScalar.h" + +// -- GODOT start -- +namespace VHACD { +// -- GODOT end -- + //#define BT_DEBUG_MEMORY_ALLOCATIONS 1 #ifdef BT_DEBUG_MEMORY_ALLOCATIONS @@ -101,4 +106,8 @@ public: friend bool operator==(const self_type&, const self_type&) { return true; } }; +// -- GODOT start -- +}; // namespace VHACD +// -- GODOT end -- + #endif //BT_ALIGNED_ALLOCATOR |