2020-05-02 07:58:26 +00:00
|
|
|
#ifndef PATRONS_H
|
|
|
|
#define PATRONS_H
|
|
|
|
|
2022-02-07 05:49:27 +00:00
|
|
|
#define MY_PATRONS \
|
|
|
|
"Thanks to my patrons:\n" \
|
2022-06-10 07:30:18 +00:00
|
|
|
"Alexander Pecheny, Electric Keet, Antti Aro,\n"
|
2022-02-03 01:22:24 +00:00
|
|
|
"Fj\xc3\xb6lnir \xc3\x81sgeirsson, Giampaolo Bellavite"
|
2020-05-02 07:58:26 +00:00
|
|
|
|
|
|
|
#endif
|