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.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/hud/hudcontext.hpp (limited to 'src/hud/hudcontext.hpp') diff --git a/src/hud/hudcontext.hpp b/src/hud/hudcontext.hpp new file mode 100644 index 0000000..5c1b8b8 --- /dev/null +++ b/src/hud/hudcontext.hpp @@ -0,0 +1,14 @@ +#pragma once + +#include + +class HUDContext{ +public: + HUDContext(); + short fps; + int fps_frame_counter; + std::string current_shader; + long long time; +}; + + -- cgit v1.2.3