Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3433 in orxonox.OLD for orxonox/trunk/src/stdincl.h


Ignore:
Timestamp:
Mar 1, 2005, 2:36:56 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged back the trackManager to the trunk.
merged with command:
svn merge -r 3369:HEAD branches/trackManager trunk
resolved conflicts in world.cc additive differences.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/stdincl.h

    r3365 r3433  
    2222#endif
    2323
    24 #ifndef __APPLE__
    25 #include <SDL/SDL.h>
    26 #include <GL/gl.h>
    27 #include <GL/glu.h>
    28 #else
    29 #include <SDL.h>
    30 #include <OpenGL/gl.h>
    31 #include <OpenGL/glu.h>
    32 #endif
     24#include "glincl.h"
    3325
     26// MATH //
     27#include "matrix.h"
    3428#include "vector.h"
    35 #include "matrix.h"
    3629#include "curve.h"
    37 //#include "coordinates.h"
     30
    3831#include "list.h"
    3932#include "list_template.h"
    40 #include "error.h"
    41 #include "debug.h"
    4233#include "message_structures.h"
    4334#include "orxonox.h"
     
    4536#include "base_object.h"
    4637
     38#include "error.h"
     39#include "debug.h"
     40
    4741#endif /* _STDINCL_H */
Note: See TracChangeset for help on using the changeset viewer.