tavli

diff src/game.h @ 18:986c0b76513f

shadows, not completed
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Jun 2015 01:29:36 +0300
parents 16a420432aa3
children 37dead56f01e
line diff
     1.1 --- a/src/game.h	Sun Jun 28 23:04:37 2015 +0300
     1.2 +++ b/src/game.h	Mon Jun 29 01:29:36 2015 +0300
     1.3 @@ -3,6 +3,7 @@
     1.4  
     1.5  extern int win_width, win_height;
     1.6  extern unsigned int sdr_phong, sdr_phong_notex;
     1.7 +extern unsigned int sdr_shadow, sdr_shadow_notex;
     1.8  extern unsigned long cur_time;
     1.9  
    1.10  extern bool wireframe;