diff options
Diffstat (limited to 'doc/html/navtreedata.js')
| -rw-r--r-- | doc/html/navtreedata.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/html/navtreedata.js b/doc/html/navtreedata.js new file mode 100644 index 0000000..21efa41 --- /dev/null +++ b/doc/html/navtreedata.js @@ -0,0 +1,12 @@ +var NAVTREE = +[ + [ "NVIDIA Gameworks Volumetric Lighting", "index.html", ] +]; + +var NAVTREEINDEX = +[ +"index.html" +]; + +var SYNCONMSG = 'click to disable panel synchronisation'; +var SYNCOFFMSG = 'click to enable panel synchronisation';
\ No newline at end of file |