tavli

diff src/game.h @ 21:c3fbf9616dbd

slot bounds, and ray testing
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 02 Jul 2015 00:01:39 +0300
parents 37dead56f01e
children c2a2069a49ec
line diff
     1.1 --- a/src/game.h	Mon Jun 29 21:55:36 2015 +0300
     1.2 +++ b/src/game.h	Thu Jul 02 00:01:39 2015 +0300
     1.3 @@ -8,6 +8,7 @@
     1.4  extern unsigned long cur_time;
     1.5  
     1.6  extern bool wireframe;
     1.7 +extern int dbg_int;
     1.8  
     1.9  bool game_init();
    1.10  void game_cleanup();