cloudy-raytracer/common/ray.cpp

4 lines
53 B
C++
Raw Normal View History

2022-11-11 14:27:43 +01:00
#include "ray.h"
std::atomic_int Ray::rayCount = 0;