Cog/patrons.h
Christopher Snowhill 85c7073649 Reformat my own source code with clang-format
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-06 21:49:27 -08:00

9 lines
222 B
C

#ifndef PATRONS_H
#define PATRONS_H
#define MY_PATRONS \
"Thanks to my patrons:\n" \
"Alexander Pecheny, Electric Keet, govt man, Antti Aro,\n"
"Fj\xc3\xb6lnir \xc3\x81sgeirsson, Giampaolo Bellavite"
#endif