diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-16 21:16:09 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-16 21:16:09 -0500 |
| commit | d486b461df3461e593d5311d05844be95de922a0 (patch) | |
| tree | 18acca8cbd7e3608e9daef5e700e43f0ee363200 /renderer.h | |
| parent | ac6ef66cc8f60ecc9d7ee8691bf7a73fcc24f4b7 (diff) | |
| download | volute-d486b461df3461e593d5311d05844be95de922a0.zip | |
renderer: simplify api
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -7,8 +7,6 @@ void r_init(mu_Context *ctx); void r_handle_input(mu_Context *ctx); void r_render(mu_Context *ctx); void r_present(void); -int r_get_text_width(const char *text, int len); -int r_get_text_height(void); void r_get_window_size(int *w, int *h); #endif |