Add code
This commit is contained in:
parent
29339928d7
commit
aac94e911b
27 changed files with 40373 additions and 49 deletions
13
src/hud/hudcontext.cpp
Normal file
13
src/hud/hudcontext.cpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#include "hudcontext.hpp"
|
||||
|
||||
|
||||
HUDContext::HUDContext():
|
||||
fps(0),
|
||||
fps_frame_counter(0),
|
||||
current_shader("Unknown"),
|
||||
time(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue