source:
orxonox.OLD/orxonox/branches/parenting/src/stdincl.h
@
  3333
        
        | Last change on this file since 3333 was 3326, checked in by bensch, 21 years ago | |
|---|---|
| File size: 878 bytes | |
| Rev | Line | |
|---|---|---|
| [3193] | 1 | /*! | 
| 2 | \file stdincl.h | |
| 3 | \brief This file includes default headers that nearly every Class needs. | |
| 4 | ||
| 5 | no Class is defined here, but many headers to classes, and more general Headers like the openGL-header. | |
| 6 | */ | |
| [1855] | 7 | |
| [3224] | 8 | #ifndef _STDINCL_H | 
| 9 | #define _STDINCL_H | |
| [1855] | 10 | |
| [3193] | 11 | #define null 0 //!< null | 
| [1855] | 12 | |
| [3204] | 13 | // this includes the information from configure/makefiles | 
| 14 | #if HAVE_CONFIG_H | |
| 15 | #include <config.h> | |
| 16 | #endif | |
| 17 | ||
| [2190] | 18 | #ifdef __WIN32__ | 
| 19 | #include <windows.h> | |
| [1855] | 20 | #endif | 
| [2995] | 21 | |
| 22 | #ifndef __APPLE__ | |
| [2190] | 23 | #include <SDL/SDL.h> | 
| [3184] | 24 | #include <GL/gl.h> | 
| 25 | #include <GL/glu.h> | |
| [2995] | 26 | #else | 
| 27 | #include <SDL.h> | |
| [3184] | 28 | #include <OpenGL/gl.h> | 
| 29 | #include <OpenGL/glu.h> | |
| [2995] | 30 | #endif | 
| 31 | ||
| [2190] | 32 | #include "vector.h" | 
| [3326] | 33 | #include "matrix.h" | 
| [3319] | 34 | #include "curve.h" | 
| [2190] | 35 | #include "coordinates.h" | 
| 36 | #include "list.h" | |
| [2816] | 37 | #include "list_template.h" | 
| [2636] | 38 | #include "error.h" | 
| [3204] | 39 | #include "debug.h" | 
| [2190] | 40 | #include "message_structures.h" | 
| 41 | #include "orxonox.h" | |
| [3249] | 42 | #include "data_tank.h" | 
| [3302] | 43 | #include "base_object.h" | 
| [2190] | 44 | |
| [3224] | 45 | #endif /* _STDINCL_H */ | 
Note: See TracBrowser
        for help on using the repository browser.
    


            






