1
0
Fork 0
forked from NotAShelf/rogged

various: persist seed display; fix seed 0 handling

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I349ed28a792d4de685f8468eddd33a136a6a6964
This commit is contained in:
raf 2026-04-10 13:53:05 +03:00
commit 4475e6c276
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 70 additions and 5 deletions

View file

@ -1,3 +1,4 @@
#ifndef RENDER_H
#define RENDER_H
@ -105,4 +106,7 @@ void render_end_screen(int is_victory, int kills, int items, int damage_dealt, i
// Render a message popup
void render_message(const char *message);
// Render seed display at top right of screen
void render_seed_display(unsigned int seed);
#endif // RENDER_H