diff options
Diffstat (limited to 'src/graphics/homer.h')
| -rw-r--r-- | src/graphics/homer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics/homer.h b/src/graphics/homer.h index 97b4edb..459bc3d 100644 --- a/src/graphics/homer.h +++ b/src/graphics/homer.h @@ -11,6 +11,7 @@ pixel[1] = ((((data[1] - 33) & 0xF) << 4) | ((data[2] - 33) >> 2)); \  pixel[2] = ((((data[2] - 33) & 0x3) << 6) | ((data[3] - 33))); \  data += 4; \  } +  static char *homer_data =  	"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"  	"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"  | 
