Cog/patrons.h
Christopher Snowhill 9edf4ddc49 Update credits: New patron
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-26 17:19:50 -08:00

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