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 #include <time.h> 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022 00023 #define BUFFER_SIZE 256 00024 00025 #endif //SHARED_H