MiniDevil
As beautiful as a shell
Waifu ASCII art (defines happy, upset or proud neko character designs) More...
#include "minishell_ui.h"
Include dependency graph for waifu_art.c:Waifu ASCII art (defines happy, upset or proud neko character designs)
Definition in file waifu_art.c.
Functions | |
| void | draw_happy (int y, int x) |
| Draw happy Neko chan ASCII art. More... | |
| void | draw_upset (int y, int x) |
| Draw upset Neko chan ASCII art. More... | |
| void | draw_proud (int y, int x) |
| Draw proud Neko chan ASCII art. More... | |
| void draw_happy | ( | int | y, |
| int | x | ||
| ) |
Draw happy Neko chan ASCII art.
| y | Top row of the first line |
| x | Left col of the first art line |
Definition at line 21 of file waifu_art.c.
References print_at().
Referenced by render_waifu_mood().
Here is the call graph for this function:
Here is the caller graph for this function:| void draw_upset | ( | int | y, |
| int | x | ||
| ) |
Draw upset Neko chan ASCII art.
| y | Top row of the first line |
| x | Left col of the first art line |
Definition at line 38 of file waifu_art.c.
References print_at().
Referenced by render_waifu_mood().
Here is the call graph for this function:
Here is the caller graph for this function:| void draw_proud | ( | int | y, |
| int | x | ||
| ) |
Draw proud Neko chan ASCII art.
| y | Top row of the first line |
| x | Left col of the first art line |
Definition at line 55 of file waifu_art.c.
References print_at().
Referenced by render_waifu_mood().
Here is the call graph for this function:
Here is the caller graph for this function: