rms/src/hud/hudcontext.cpp
2020-07-07 06:40:50 +02:00

13 lines
130 B
C++

#include "hudcontext.hpp"
HUDContext::HUDContext():
fps(0),
fps_frame_counter(0),
current_shader("Unknown"),
time(0)
{
}