Cog/patrons.h
Christopher Snowhill d4b440d6a5 Updated credits file with Patron preference
Oops, missed that Patreon message, because Patreon did not email me.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-01 00:17:01 -07:00

10 lines
243 B
C

#ifndef PATRONS_H
#define PATRONS_H
#define MY_PATRONS \
"Thanks to my patrons:\n" \
"Alexander Pecheny, Electric Keet, Antti Aro,\n"
"Fj\xc3\xb6lnir \xc3\x81sgeirsson, Giampaolo Bellavite\n"
"Louis Martinez V, deef.xyz"
#endif