2020-05-02 03:58:26 -04:00
|
|
|
#ifndef PATRONS_H
|
|
|
|
#define PATRONS_H
|
|
|
|
|
2022-02-07 02:49:27 -03:00
|
|
|
#define MY_PATRONS \
|
|
|
|
"Thanks to my patrons:\n" \
|
2022-06-10 03:30:18 -04:00
|
|
|
"Alexander Pecheny, Electric Keet, Antti Aro,\n"
|
2022-06-21 12:26:25 -04:00
|
|
|
"Fj\xc3\xb6lnir \xc3\x81sgeirsson, Giampaolo Bellavite\n"
|
2022-07-01 03:17:01 -04:00
|
|
|
"Louis Martinez V, deef.xyz"
|
2020-05-02 03:58:26 -04:00
|
|
|
|
|
|
|
#endif
|