gehe zum Quellcode dieser Datei
Show program credits
Definiert in Zeile 6 der Datei credits.c.
Benutzt animateBox(), flushBuffer(), output(), setLineAlign() und startBuffer().
Wird benutzt von mainMenuReactToEnter().
10 output(
"____ ____ ____ ___ _ ___ ____ \n| |__/ |___ | \\ | | [__ \n|___ | \\ |___ |__/ | | ___] \n\n");
12 output(
" Niko Berkmann | @n2code\n n2code@users.noreply.github.com\n");
14 output(
"Steffen Wagner | @wagnst \nmail@wagnst.de \n");
16 output(
" Marvin Klose | @marvinklose\n marvinklose@gmx.net\n");
18 output(
"Michael Wieneke | @momoxd \nmail@momoxd.de \n");
20 output(
" Inga Miadowicz | @IngaMiad\n inga.miadowicz@gmx.de\n");
22 output(
"\nPress any key to return to main menu.\n");
void animateBox(int wFrom, int hFrom, int wTo, int hTo)
void setLineAlign(int align)
void startBuffer(int maxTextLength)
int output(const char *input,...)