vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Timing.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define NOMINMAX
4 #include <windows.h>
5 
6 float getCurrentTime();
7 float getElapsedTime();
8