X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Foptions.h;fp=src%2Foptions.h;h=6beb3bef4fdc685e797f0af014608196e729af07;hb=1d4da2ba1f23d28758116812aa0469f0dc21fb91;hp=179b35bbd20183c110297740daaf6b1e7d356e29;hpb=1486aefc491239e021ce872818149364585a4bf5;p=raydungeon diff --git a/src/options.h b/src/options.h index 179b35b..6beb3be 100644 --- a/src/options.h +++ b/src/options.h @@ -2,7 +2,7 @@ #define OPTIONS_H_ struct gfxoptions { - int foo; + float render_res; /* 0.5 means render at half-res and scale by 2 */ }; struct options {