vrheights

diff src/game.h @ 5:053a52f0cb64

console
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 26 Sep 2014 18:40:15 +0300
parents b49461618f61
children
line diff
     1.1 --- a/src/game.h	Fri Sep 26 13:19:22 2014 +0300
     1.2 +++ b/src/game.h	Fri Sep 26 18:40:15 2014 +0300
     1.3 @@ -1,6 +1,8 @@
     1.4  #ifndef GAME_H_
     1.5  #define GAME_H_
     1.6  
     1.7 +extern bool opt_separate_walk_look;
     1.8 +
     1.9  bool game_init();
    1.10  void game_cleanup();
    1.11