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

Last change on this file since 2807 was 2798, checked in by ldelgass, 12 years ago

Add emacs mode magic line in preparation for indentation cleanup

  • Property svn:eol-style set to native
File size: 210 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#ifndef __NV_H__
3#define __NV_H__
4
5#include <GL/glew.h>
6#include <Cg/cg.h>
7
8extern void NvInit(char* path=NULL);
9extern void NvExit();
10
11#endif
12
Note: See TracBrowser for help on using the repository browser.