Files
Alexander Hartmann 775dd894d8 added screen init, added splash screens, added visual debug output, added
the posibility to set a delay for checking the pressed key
2016-02-29 18:36:11 +01:00

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);