cog/patrons.h

10 lines
176 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" \
2022-01-19 02:38:26 +00:00
"Alexander Pecheny, Electric Keet, govt man, Antti Aro,\n"
"Fjölnir Ásgeirsson"
2020-05-02 07:58:26 +00:00
#endif