cloudy-raytracer/common/ray.cpp

4 lines
41 B
C++
Raw Normal View History

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