ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/lsys/main.cpp
(Generate patch)

Comparing lsys/main.cpp (file contents):
Revision 1.1 by root, Thu Nov 6 14:31:24 2008 UTC vs.
Revision 1.2 by root, Wed Nov 7 12:50:17 2018 UTC

72 gfx_int *iface = 0; 72 gfx_int *iface = 0;
73 interpreter *inter = 0; 73 interpreter *inter = 0;
74 ostream *ofile = 0; 74 ostream *ofile = 0;
75 75
76 char *outfile_str = 0; 76 char *outfile_str = 0;
77 char *interpreter_str = "turtle"; 77 const char *interpreter_str = "turtle";
78 char *interface_str = "gl"; 78 const char *interface_str = "gl";
79 char *module_str = 0; 79 char *module_str = 0;
80 double min, max, step; 80 double min, max, step;
81 int show_depth = 0; 81 int show_depth = 0;
82 82
83 lsys root_lsys; 83 lsys root_lsys;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines