11 lines
256 B
C
11 lines
256 B
C
|
#ifndef PATRONS_H
|
||
|
#define PATRONS_H
|
||
|
|
||
|
#define MY_PATRONS \
|
||
|
"Thanks to my patrons:\n" \
|
||
|
"Joseph DeVore, Hongfei Gu, Alexander Pecheny, Ceeb, Electric Keet,\n" \
|
||
|
"Miles Rotaru, Yuri Kunde Schlesner, govt man, Antti Aro,\n" \
|
||
|
"happyvideogamemusicnerd"
|
||
|
|
||
|
#endif
|