diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-02-23 22:22:02 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-02-23 22:22:02 -0500 |
| commit | bdc6e6af796440f06b37f204aedc40d9220f975d (patch) | |
| tree | 48ea650a343fd97b8c4ff14f0d6294a89eed9c18 /renderer.h | |
| parent | edfe8f1452115a94b2371daf7c150f7a6ac2a2f0 (diff) | |
| download | volute-bdc6e6af796440f06b37f204aedc40d9220f975d.zip | |
set window title
Diffstat (limited to 'renderer.h')
| -rw-r--r-- | renderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -int r_init(mu_Context *ctx); +int r_init(mu_Context *ctx, const char *title); void r_input(mu_Context *ctx); void r_render(mu_Context *ctx); void r_get_window_size(int *w, int *h);
\ No newline at end of file |