Zack Buhman 8e243a435e wordle: initial
Almost nothing is implemented.
2023-05-09 14:54:47 -07:00

6 lines
126 B
C++

namespace wordle {
namespace draw {
void guesses(struct screen& s, void (*draw_char)(uint8_t, int32_t, int32_t));
}
}