MiniDevil As beautiful as a shell
waifu_art.c File Reference

Waifu ASCII art (defines happy, upset or proud neko character designs) More...

#include "minishell_ui.h"
+ Include dependency graph for waifu_art.c:

Detailed Description

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...
 

Function Documentation

◆ draw_happy()

void draw_happy ( int  y,
int  x 
)

Draw happy Neko chan ASCII art.

Parameters
yTop row of the first line
xLeft 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:

◆ draw_upset()

void draw_upset ( int  y,
int  x 
)

Draw upset Neko chan ASCII art.

Parameters
yTop row of the first line
xLeft 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:

◆ draw_proud()

void draw_proud ( int  y,
int  x 
)

Draw proud Neko chan ASCII art.

Parameters
yTop row of the first line
xLeft 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:

Go to the source code of this file.