Cog/patrons.h
2022-01-18 18:38:26 -08:00

9 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