From a8fb538152c5e7d83b161a3868870aa4009ea36f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 13 Sep 2015 10:01:21 -0400 Subject: colors --- include/World.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/World.h b/include/World.h index 6e5c3da..4d55c5d 100644 --- a/include/World.h +++ b/include/World.h @@ -14,6 +14,7 @@ class World { private: struct line_t { double start; // Where land begins, going down (i.e. y) + unsigned char color; } __attribute__ ((packed)) *line; unsigned int lineCount; // Size of line array, calculated in the constructor unsigned int entCount; // Count of currently bound entities -- cgit v1.2.3