cog/patrons.h

10 lines
176 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"
#endif