00001 #ifndef SHARED_H 00002 #define SHARED_H 00003 00004 #include <iostream> 00005 using namespace std; 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 #include <windows.h> 00012 #include <stdio.h> 00013 #include <stdlib.h> 00014 #include <GL/gl.h> 00015 #include <GL/glu.h> 00016 #include <math.h> 00017 00018 #ifdef __cplusplus 00019 } 00020 #endif 00021 00022 #endif //SHARED_H