diff options
| author | Dan Engelbrecht <[email protected]> | 2026-03-23 20:39:32 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2026-03-23 20:39:32 +0100 |
| commit | 840b600525c7c6fd43395863c15ce955d9216b71 (patch) | |
| tree | 79e017fd6ced67650defddb3f10f40c6efc3d841 /src/zencore/compactbinary.cpp | |
| parent | 5.7.25 (diff) | |
| parent | Cross-platform process metrics support (#887) (diff) | |
| download | zen-de/v5.7.25-hotpatch.tar.xz zen-de/v5.7.25-hotpatch.zip | |
Merge remote-tracking branch 'origin/main' into de/v5.7.25-hotpatchde/v5.7.25-hotpatch
Diffstat (limited to 'src/zencore/compactbinary.cpp')
| -rw-r--r-- | src/zencore/compactbinary.cpp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/zencore/compactbinary.cpp b/src/zencore/compactbinary.cpp index 9c81305d0..f2c46c2bc 100644 --- a/src/zencore/compactbinary.cpp +++ b/src/zencore/compactbinary.cpp @@ -1752,4 +1752,33 @@ TEST_SUITE_END(); #endif +/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +namespace CompactBinaryPrivate { + + ZEN_NOINLINE void ReferenceDebugTypes(DebugCb*, + DebugCbObject*, + DebugCbUniformObject*, + DebugCbArray*, + DebugCbUniformArray*, + DebugCbBinary*, + DebugCbString*, + DebugCbIntegerPositive*, + DebugCbIntegerNegative*, + DebugCbFloat32*, + DebugCbFloat64*, + DebugCbObjectAttachment*, + DebugCbBinaryAttachment*, + DebugCbHash*, + DebugCbUuid*, + DebugCbDateTime*, + DebugCbTimeSpan*, + DebugCbObjectId*, + DebugCbCustomById*, + DebugCbCustomByName*) + { + } + +} // namespace CompactBinaryPrivate + } // namespace zen |