preps
This commit is contained in:
parent
0b9005ff27
commit
2d874fe9ba
|
@ -14,7 +14,8 @@ struct message {
|
||||||
uint32_t height; // normally 25, may vary
|
uint32_t height; // normally 25, may vary
|
||||||
//char **image; // dimension is width x height
|
//char **image; // dimension is width x height
|
||||||
char *image; // dimension is width x height
|
char *image; // dimension is width x height
|
||||||
|
//TODO:
|
||||||
|
// Make image anim capable
|
||||||
/*
|
/*
|
||||||
* image[row][col] >>> image[row*width+col];
|
* image[row][col] >>> image[row*width+col];
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user