Files
Tower-Defense/include/client/render/gui/LifeProgress.h
2023-08-13 11:59:13 +02:00

10 lines
132 B
C++

#pragma once
namespace td {
namespace gui {
extern void RenderLifeProgress(float progress);
} // namespace gui
} // namespace td