| 
                Last change
                  on this file since 4506 was
                  4381,
                  checked in by bensch, 20 years ago
           | 
        
        
          | 
               
orxonox/trunk: made include more local. stdincl.h not in base_object.h anymore 
 
           | 
        
        | 
            File size:
            521 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 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 | */ | 
|---|
| 7 |  | 
|---|
| 8 | #ifndef _STDINCL_H | 
|---|
| 9 | #define _STDINCL_H | 
|---|
| 10 |  | 
|---|
| 11 | typedef unsigned char byte; | 
|---|
| 12 |  | 
|---|
| 13 | #include "confincl.h" | 
|---|
| 14 |  | 
|---|
| 15 | #ifdef __WIN32__ | 
|---|
| 16 | #include <windows.h> | 
|---|
| 17 | #endif | 
|---|
| 18 |  | 
|---|
| 19 | #include <stdlibincl.h> | 
|---|
| 20 |  | 
|---|
| 21 | #include "sdlincl.h" | 
|---|
| 22 | #include "glincl.h" | 
|---|
| 23 |  | 
|---|
| 24 | #include "error.h" | 
|---|
| 25 | #include "debug.h" | 
|---|
| 26 | #include "globals.h" | 
|---|
| 27 |  | 
|---|
| 28 | #include "compiler.h" | 
|---|
| 29 |  | 
|---|
| 30 | #endif /* _STDINCL_H */ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.