The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
Loading...
Searching...
No Matches
Time.hpp
Go to the documentation of this file.
1
9#pragma once
10
11#include <string>
12
21double getTimeInSeconds();
double getTimeInSeconds()
Helper function that returns the current time in seconds. On PC, the Renderer has to have been instan...
Definition Time.cpp:14