3dphotoshoot

diff src/game.h @ 22:d7fe157c402d

fonts
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 13 Jun 2015 05:32:07 +0300
parents c14613d27a3a
children 2712c5da2e00
line diff
     1.1 --- a/src/game.h	Thu Jun 11 04:56:33 2015 +0300
     1.2 +++ b/src/game.h	Sat Jun 13 05:32:07 2015 +0300
     1.3 @@ -1,6 +1,8 @@
     1.4  #ifndef GAME_H_
     1.5  #define GAME_H_
     1.6  
     1.7 +extern int win_width, win_height;
     1.8 +
     1.9  #ifdef __cplusplus
    1.10  extern "C" {
    1.11  #endif