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
16
void
draw_loading_screen
(
const
char
* text);
17
24
void
draw_launch_screen
(
void
);
25
33
void
draw_welcome_screen
(
void
);
34
35
#endif
// WAIT_OUTPUT_H
draw_welcome_screen
void draw_welcome_screen(void)
Draw the welcome screen with a message.
Definition
wait_output.c:120
draw_launch_screen
void draw_launch_screen(void)
Draw the launch screen with title and animation.
Definition
wait_output.c:66
draw_loading_screen
void draw_loading_screen(const char *text)
Draw a loading screen with animation.
Definition
wait_output.c:28
src
io
output
specific
wait_output.h
Generated by
1.14.0