mirror of
https://github.com/encounter/BootCtr9.git
synced 2026-03-30 11:03:49 -07:00
775dd894d8
the posibility to set a delay for checking the pressed key
14 lines
384 B
C
14 lines
384 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
#define ASCII_ART_TEMPLATE (" _ __\n" \
|
|
"|_) _ _ _|_/ _|_ __\n" \
|
|
"|_)(_)(_) |_\\__ |_ |\n" \
|
|
"%s\n" \
|
|
"\n" \
|
|
"is loading...")
|
|
|
|
int splash_ascii(void);
|
|
int splash_image(char *splash_path);
|