#ifndef __NV_H__ #define __NV_H__ #include #include extern void NvInit(char* path=NULL); extern void NvExit(); #endif