source:
trunk/packages/vizservers/nanovis/Nv.h
@
2720
Last change on this file since 2720 was 2096, checked in by ldelgass, 14 years ago | |
---|---|
|
|
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 | |
7 | extern void NvInit(char* path=NULL); |
8 | extern void NvExit(); |
9 | |
10 | #endif |
11 |
Note: See TracBrowser
for help on using the repository browser.