Added Time
This commit is contained in:
8
TSE_GlfwImpl/src/TimeInterfaceGlfw.cpp
Normal file
8
TSE_GlfwImpl/src/TimeInterfaceGlfw.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "TimeInterfaceGlfw.hpp"
|
||||
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
float TSE::GLFW::TimeInterfaceGlfw::GetTotalEllapsedTime()
|
||||
{
|
||||
return (float)glfwGetTime();
|
||||
}
|
||||
Reference in New Issue
Block a user