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

Last change on this file since 2376 was 2096, checked in by ldelgass, 13 years ago

Normalize line endings, set eol-style to native on *.cpp, *.h files

  • Property svn:eol-style set to native
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.