Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2005, 3:59:28 PM (18 years ago)
Author:
patrick
Message:

orxonox/trunk: removed the modelinfo from the includes of vector.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/abstract_model.h

    r5435 r5672  
    2323
    2424#include "base_object.h"
    25 
     25#include "vector.h"
    2626
    2727using namespace std;
    2828
    29 class Quadtree;
    30 
    31 
    32 //! this is a small and performant 3D vector
    33 typedef float sVec3D[3];
    34 
    35 
    36 //! small and performant 2D vector
    37 typedef float sVec2D[2];
    3829
    3930
Note: See TracChangeset for help on using the changeset viewer.