From aac94e911b0bab8db5cdb5efb8d4d8f2d4072610 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 7 Jul 2020 06:40:50 +0200 Subject: Add code --- src/hud/hudcontext.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/hud/hudcontext.cpp (limited to 'src/hud/hudcontext.cpp') 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) +{ + +} + + -- cgit v1.2.3