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

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