dungeon_crawler

diff prototype/src/colgrade.h @ 74:5981917093ff

color grading palette output done, all is left is the input
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 21 Oct 2012 15:56:47 +0300
parents a27528035e20
children
line diff
     1.1 --- a/prototype/src/colgrade.h	Sun Oct 21 02:11:23 2012 +0300
     1.2 +++ b/prototype/src/colgrade.h	Sun Oct 21 15:56:47 2012 +0300
     1.3 @@ -3,6 +3,7 @@
     1.4  
     1.5  class GradePalette {
     1.6  private:
     1.7 +	unsigned char *palette;
     1.8  	unsigned int tex;
     1.9  	int size;
    1.10