Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3495 in orxonox.OLD for orxonox/trunk/src/defs


Ignore:
Timestamp:
Mar 11, 2005, 10:20:51 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: taken curve and matrix out of stdincl.h because they are not needed very often.

File:
1 edited

Legend:

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

    r3475 r3495  
    2222#endif
    2323
     24#include <stdlib.h>
     25#include <string.h>
     26
    2427#include "glincl.h"
    2528
     29
    2630// MATH //
    27 #include "matrix.h"
    2831#include "vector.h"
    29 #include "curve.h"
    3032
    3133#include "list.h"
Note: See TracChangeset for help on using the changeset viewer.