fixed win32 build
[laserbrain_demo] / src / opt.h
index eb81ceb..68a87ab 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -7,6 +7,8 @@ struct Options {
        bool fullscreen;
        const char *scenefile;
        bool music;
+       bool reflect;
+       const char *data_url;
 };
 
 extern Options opt, def_opt;