tavli

diff src/game.h @ 17:16a420432aa3

pieces on the board
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 28 Jun 2015 23:04:37 +0300
parents b1a195c3ee16
children 986c0b76513f
line diff
     1.1 --- a/src/game.h	Sun Jun 28 08:48:25 2015 +0300
     1.2 +++ b/src/game.h	Sun Jun 28 23:04:37 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 long cur_time;
     1.8  
     1.9  extern bool wireframe;
    1.10