Added TODO

master
Mark 2022-06-24 21:32:28 -07:00
parent bc1a6f3a85
commit 2332e2980a
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 3 additions and 1 deletions

View File

@ -67,7 +67,9 @@ void Bitmap::setpixel(
} }
// TODO: format filename
//char f[100];
//snprintf(f, 100, "/tmp/%i.bmp", c);
void Bitmap::save(const char *filename) const { void Bitmap::save(const char *filename) const {
uint8_t header[54] = { uint8_t header[54] = {