9 lines
197 B
C
9 lines
197 B
C
#ifndef PATRONS_H
|
|
#define PATRONS_H
|
|
|
|
#define MY_PATRONS \
|
|
"Thanks to my patrons:\n" \
|
|
"Alexander Pecheny, Electric Keet, govt man, Antti Aro,\n"
|
|
"Fjölnir Ásgeirsson, Giampaolo Bellavite"
|
|
|
|
#endif
|