aboutsummaryrefslogtreecommitdiff
path: root/hud/hud_views.h
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-02-24 18:01:08 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-02-24 18:01:08 +0100
commitdad432566a5c74f86dc4ba874e631115e0f469d1 (patch)
tree0e282e874ef48658d87e82041afe7bba1db3704a /hud/hud_views.h
parent0b338bbd007048551526ab4fa4130d53b414e650 (diff)
level selector and fx fic
Diffstat (limited to 'hud/hud_views.h')
-rw-r--r--hud/hud_views.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hud/hud_views.h b/hud/hud_views.h
index 50311d2..747c348 100644
--- a/hud/hud_views.h
+++ b/hud/hud_views.h
@@ -15,6 +15,9 @@ void render_view_stats (SDL_Renderer* rend, txtd *t, int px, int py,
infos *info, info_unit *tm);
+void render_view_level (SDL_Renderer *rend, int px, int py, int lvl);
+
+
void render_view_chassis (SDL_Renderer* rend, txtd *t, int px, int py,
infos *info, int chassis, int lvl, SDL_Texture *sprites);