DungeonCrawl
Loading...
Searching...
No Matches
wait_output.h
Go to the documentation of this file.
1
5#ifndef WAIT_OUTPUT_H
6#define WAIT_OUTPUT_H
7
16void draw_loading_screen(const char* text);
17
24void draw_launch_screen(void);
25
33void draw_welcome_screen(void);
34
35#endif// WAIT_OUTPUT_H
void draw_welcome_screen(void)
Draw the welcome screen with a message.
void draw_launch_screen(void)
Draw the launch screen with title and animation.
Definition wait_output.c:66
void draw_loading_screen(const char *text)
Draw a loading screen with animation.
Definition wait_output.c:28