group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
HudDebugPanel.hpp
Go to the documentation of this file.
1
3
4#pragma once
5
6class Hud;
7
9namespace HudDebugPanel
10{
11
15void build(Hud& hud, bool* open);
16
17} // namespace HudDebugPanel
Top-level HUD system.
Definition Hud.hpp:24
Builds an ImGui window exposing HUD widget layout constants.
Definition HudDebugPanel.hpp:10
void build(Hud &hud, bool *open)
Build the HUD tweaker panel.
Definition HudDebugPanel.cpp:44