cloudy-raytracer/common/ray.cpp
2022-12-10 18:25:29 +01:00

3 lines
53 B
C++

#include "ray.h"
std::atomic<int> Ray::rayCount(0);