Cog/patrons.h

9 lines
145 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" \
"deef.xyz, Calvin, G Douglas Davidson"
2020-05-02 03:58:26 -04:00
#endif