cog/patrons.h

11 lines
243 B
C
Raw Normal View History

2020-05-02 07:58:26 +00:00
#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"
2020-05-02 07:58:26 +00:00
#endif