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" \
|
|
|
|
"Alexander Pecheny, Electric Keet, govt man, Antti Aro,\n"
|
2022-02-02 22:22:24 -03:00
|
|
|
"Fj\xc3\xb6lnir \xc3\x81sgeirsson, Giampaolo Bellavite"
|
2020-05-02 03:58:26 -04:00
|
|
|
|
|
|
|
#endif
|