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 <stdio.h>
00012 #include <stdlib.h>
00013 #include <GL/gl.h>
00014 #include <GL/glu.h>
00015
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019
00020 #endif //SHARED_H
1.2.15