tavli

diff src/opt.h @ 18:986c0b76513f

shadows, not completed
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Jun 2015 01:29:36 +0300
parents 16a420432aa3
children
line diff
     1.1 --- a/src/opt.h	Sun Jun 28 23:04:37 2015 +0300
     1.2 +++ b/src/opt.h	Mon Jun 29 01:29:36 2015 +0300
     1.3 @@ -6,6 +6,7 @@
     1.4  struct Options {
     1.5  	int xres, yres;
     1.6  	bool fullscreen;
     1.7 +	bool shadows, reflections;
     1.8  
     1.9  	char *def_username, *saved_passwd;
    1.10