00001 #ifndef __UTIL_NVIDIA_H__
00002 #define __UTIL_NVIDIA_H__
00003
00004 #include <map>
00005 #include <vector>
00006 #include <stdlib.h>
00007 using namespace std;
00008
00009 typedef map<unsigned int, double> t_screenrate;
00010
00011 int GetNvidiaRates(t_screenrate& screenmap);
00012 int CheckNVOpenGLSyncToVBlank(void);
00013
00014 #endif