X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.h;h=7687d6ff7c95ef0b57f8c4ad97af3cefcaef648c;hb=02ca54f87f0625448a2dd0b5b8351d1e49718e1a;hp=14a6620836645b8d8fb1719d9d7f32e3b7d10f96;hpb=0bdf1f5608fc18fe9d999bd400e951df9342c831;p=ansitris diff --git a/src/game.h b/src/game.h index 14a6620..7687d6f 100644 --- a/src/game.h +++ b/src/game.h @@ -3,6 +3,7 @@ int quit; long tick_interval; +int use_bell; int init_game(void); void cleanup_game(void);