00001 #ifndef _FV_INC_H_
00002 #define _FV_INC_H_
00003
00004 #ifndef WIN32
00005 #include <unistd.h>
00006 #endif
00007 #include <stdio.h>
00008 #include <GL/glew.h>
00009 #include <GL/freeglut.h>
00010
00011 #ifndef FV_M_PI
00012 #define FV_M_PI 3.14159265
00013 #define FV_M_PIBY360 0.00872665
00014 #endif
00015
00016
00017
00018 #endif
00019