simplified health bar display

This commit is contained in:
2023-01-02 16:58:31 +01:00
parent fcda12e321
commit 14efe2cc39
4 changed files with 63 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
namespace td {
namespace gui {
extern void RenderLifeProgress(float progress);
} // namespace gui
} // namespace td