source: trunk/packages/vizservers/nanovis/Nv.h @ 1970

Last change on this file since 1970 was 755, checked in by dkearney, 17 years ago

added -p option to nanovis so we can add paths in a colon separated string.
removed all references to hard coded paths in /opt/nanovis
updated start_vis.sh script to include nanovis' -p flag and what a call to pymol might look like

File size: 144 bytes
Line 
1#ifndef __NV_H__
2#define __NV_H__
3
4#include <GL/glew.h>
5#include <Cg/cg.h>
6
7extern void NvInit(char* path=NULL);
8extern void NvExit();
9
10#endif
11
Note: See TracBrowser for help on using the repository browser.