cloudy-raytracer/common/ray.cpp
2022-11-23 15:42:21 +01:00

3 lines
53 B
C++

#include "ray.h"
std::atomic_int Ray::rayCount = 0;