dungeon_crawler

diff prototype/src/cfg.h @ 47:d52711f2b9a1

started writting audio code
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 16 Sep 2012 08:16:50 +0300
parents 6d71dd4760f9
children aa86119e3295
line diff
     1.1 --- a/prototype/src/cfg.h	Thu Sep 13 06:33:51 2012 +0300
     1.2 +++ b/prototype/src/cfg.h	Sun Sep 16 08:16:50 2012 +0300
     1.3 @@ -5,6 +5,7 @@
     1.4  public:
     1.5  	int width, height;
     1.6  	bool stereo;
     1.7 +	bool sound;
     1.8  	const char *level_file, *tileset_file;
     1.9  	bool use_deferred;
    1.10