From 2d874fe9ba80c766966c71c9eb618e118586baef Mon Sep 17 00:00:00 2001 From: tkarrass Date: Wed, 13 Nov 2013 18:36:14 +0100 Subject: [PATCH] preps --- src/msg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/msg.h b/src/msg.h index 2a4d9a7..4998e8c 100644 --- a/src/msg.h +++ b/src/msg.h @@ -14,7 +14,8 @@ struct message { uint32_t height; // normally 25, may vary //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]; */