dungeon_crawler

diff prototype/src/tile.h @ 23:fa8f89d06f6f

progress with light rendering
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 23 Aug 2012 00:10:10 +0300
parents 0588f8a1a351
children 862461b686f4
line diff
     1.1 --- a/prototype/src/tile.h	Tue Aug 21 06:34:14 2012 +0300
     1.2 +++ b/prototype/src/tile.h	Thu Aug 23 00:10:10 2012 +0300
     1.3 @@ -34,6 +34,7 @@
     1.4  	bool load(const char *fname);
     1.5  
     1.6  	void draw(unsigned int drawmask) const;
     1.7 +	void draw_lights(unsigned int drawmask) const;
     1.8  };
     1.9  
    1.10