Files
dorayme/source/renderstat.cpp

11 lines
201 B
C++

/*
* DoRayMe - a quick and dirty Raytracer
* Render statistics implementation
*
* Created by Manoël Trapier
* Copyright (c) 2020 986-Studio.
*
*/
#include <renderstat.h>
RenderStats stats;