11 lines
186 B
C++
11 lines
186 B
C++
#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
|