writing a mesh abstraction
[vrtris] / src / opt.h
index c5d07e4..b0560d0 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -9,6 +9,7 @@ enum {
 struct options {
        int width, height;
        unsigned int flags;
+       char *start_scr;
 } opt, def_opt;
 
 int init_options(int argc, char **argv, const char *cfgfile);