summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/20002-UNI-32657.cpp
blob: eb7655da5f472886062a9abb5aaa52fcf4c22d89 (plain)
1
2
3
4
5
6
7
8
9
void UNITY_INTERFACE_API XREnvironment::DepthSetNumberOfPointsImpl(
    IUnityXRDepthDataAllocator* allocator,
    size_t numPoints)
{
}

UnityXRRaycastHit* (UNITY_INTERFACE_API* Raycast_SetNumberOfHits)(
    IUnityXRRaycastAllocator* allocator,
    size_t numHits);