Cog/patrons.h
Christopher Snowhill d8c9236b2f Updated credits file and Patron list
Been a while since I did this. Oops.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-01 14:50:01 -08:00

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