13 lines
130 B
C++
13 lines
130 B
C++
#include "hudcontext.hpp"
|
|
|
|
|
|
HUDContext::HUDContext():
|
|
fps(0),
|
|
fps_frame_counter(0),
|
|
current_shader("Unknown"),
|
|
time(0)
|
|
{
|
|
|
|
}
|
|
|
|
|