This commit is contained in:
Loic Guegan 2020-07-07 06:40:50 +02:00
parent 29339928d7
commit aac94e911b
27 changed files with 40373 additions and 49 deletions

13
src/hud/hudcontext.cpp Normal file
View file

@ -0,0 +1,13 @@
#include "hudcontext.hpp"
HUDContext::HUDContext():
fps(0),
fps_frame_counter(0),
current_shader("Unknown"),
time(0)
{
}