twn_skybox.c

This commit is contained in:
2024-09-26 21:02:56 +03:00
parent 0fe1023667
commit c0dcdf8c0a
22 changed files with 268 additions and 13 deletions

View File

@@ -219,4 +219,8 @@ void finally_draw_text(FontData const *font_data,
Color color,
VertexBuffer buffer);
void render_skybox(void);
void finally_render_skybox(char *paths_in_use);
#endif