dungeon_crawler

diff prototype/src/cfg.h @ 42:6d71dd4760f9

added flag to force the use of the fallback renderer
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 30 Aug 2012 05:38:03 +0300
parents 5c41e6fcb300
children d52711f2b9a1
line diff
     1.1 --- a/prototype/src/cfg.h	Thu Aug 30 05:35:00 2012 +0300
     1.2 +++ b/prototype/src/cfg.h	Thu Aug 30 05:38:03 2012 +0300
     1.3 @@ -6,6 +6,7 @@
     1.4  	int width, height;
     1.5  	bool stereo;
     1.6  	const char *level_file, *tileset_file;
     1.7 +	bool use_deferred;
     1.8  
     1.9  	Config();
    1.10