diff options
Diffstat (limited to 'src/hud/hudcontext.cpp')
| -rw-r--r-- | src/hud/hudcontext.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/hud/hudcontext.cpp b/src/hud/hudcontext.cpp new file mode 100644 index 0000000..fffd5a0 --- /dev/null +++ b/src/hud/hudcontext.cpp @@ -0,0 +1,13 @@ +#include "hudcontext.hpp" + + +HUDContext::HUDContext(): + fps(0), + fps_frame_counter(0), + current_shader("Unknown"), + time(0) +{ + +} + + |
