#include "TimeInterfaceGlfw.hpp" #include "GLFW/glfw3.h" float TSE::GLFW::TimeInterfaceGlfw::GetTotalEllapsedTime() { return (float)glfwGetTime(); }