add bubbles

not used yet
This commit is contained in:
ITotalJustice
2025-01-12 19:16:55 +00:00
parent 91a08d36b4
commit 7d5876d881
7 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#include "ui/types.hpp"
#include "ui/object.hpp"
namespace sphaira::ui::bubble {
void Init();
void Draw(NVGcontext* vg, Theme* theme);
void Exit();
} // namespace sphaira::ui::bubble