Been a while since I did this. Oops. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
8 lines
145 B
C
8 lines
145 B
C
#ifndef PATRONS_H
|
|
#define PATRONS_H
|
|
|
|
#define MY_PATRONS \
|
|
"Thanks to my patrons:\n" \
|
|
"deef.xyz, Calvin, G Douglas Davidson"
|
|
|
|
#endif
|