| 
                Last change
                  on this file since 3110 was
                  2161,
                  checked in by chris, 21 years ago
           | 
        
        
          | 
               
orxonox/branches/chris: Fixed case senstitive gl.h inclusion for linux 
 
           | 
        
        | 
            File size:
            264 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 |  | 
|---|
| 2 | #ifndef STDINCL_H | 
|---|
| 3 | #define STDINCL_H | 
|---|
| 4 |  | 
|---|
| 5 | #define null 0 | 
|---|
| 6 |  | 
|---|
| 7 | #ifdef __WIN32__ | 
|---|
| 8 | #include <windows.h> | 
|---|
| 9 | #endif | 
|---|
| 10 | #include <SDL/SDL.h> | 
|---|
| 11 | #include <GL/gl.h> | 
|---|
| 12 |  | 
|---|
| 13 | #include "vector.h" | 
|---|
| 14 | #include "coordinates.h" | 
|---|
| 15 | #include "list.h" | 
|---|
| 16 | #include "message_structures.h" | 
|---|
| 17 | #include "orxonox.h" | 
|---|
| 18 |  | 
|---|
| 19 | #endif | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.