aboutsummaryrefslogtreecommitdiff
path: root/NvBlast/sdk/toolkit/source/NvBlastTkAllocator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NvBlast/sdk/toolkit/source/NvBlastTkAllocator.cpp')
-rw-r--r--NvBlast/sdk/toolkit/source/NvBlastTkAllocator.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/NvBlast/sdk/toolkit/source/NvBlastTkAllocator.cpp b/NvBlast/sdk/toolkit/source/NvBlastTkAllocator.cpp
new file mode 100644
index 0000000..b1c2c65
--- /dev/null
+++ b/NvBlast/sdk/toolkit/source/NvBlastTkAllocator.cpp
@@ -0,0 +1,22 @@
+/*
+* Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
+*
+* NVIDIA CORPORATION and its licensors retain all intellectual property
+* and proprietary rights in and to this software, related documentation
+* and any modifications thereto. Any use, reproduction, disclosure or
+* distribution of this software and related documentation without an express
+* license agreement from NVIDIA CORPORATION is strictly prohibited.
+*/
+
+#include "NvBlastTkAllocator.h"
+
+
+namespace Nv
+{
+namespace Blast
+{
+
+physx::PxAllocatorCallback* TkAllocator::s_allocatorCallback = nullptr;
+
+} // namespace Blast
+} // namespace Nv