#pragma once #include class HUDContext{ public: HUDContext(); short fps; int fps_frame_counter; std::string current_shader; long long time; };