WIP: lunasvg implementation, things stopped working
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
// like which text field is focused or which dropdown is open.
|
||||
|
||||
#include "ui/ui_core.h"
|
||||
#include "ui/ui_icons.h"
|
||||
#include "platform/platform.h"
|
||||
|
||||
////////////////////////////////
|
||||
@@ -89,6 +90,9 @@ void ui_text_input_reset_display_bufs();
|
||||
// Widgets
|
||||
// All IDs must be unique string literals (passed to CLAY_ID internally).
|
||||
|
||||
// Icon element (rendered via icon atlas)
|
||||
void ui_icon(UI_IconID icon, F32 size, Clay_Color color);
|
||||
|
||||
// Simple label
|
||||
void ui_label(const char *id, const char *text);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user