Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

shared.h

Go to the documentation of this file.
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

Generated on Fri Dec 23 05:21:20 2005 for Skybox by doxygen1.2.15