diff options
Diffstat (limited to 'src/hud/hudcontext.hpp')
| -rw-r--r-- | src/hud/hudcontext.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
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 <string> + +class HUDContext{ +public: + HUDContext(); + short fps; + int fps_frame_counter; + std::string current_shader; + long long time; +}; + + |
