11 lines
201 B
C++
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; |