Cog/patrons.h

11 lines
256 B
C
Raw Normal View History

2020-05-02 03:58:26 -04:00
#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