Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2006, 3:46:41 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: testing if it works on WIndows like this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/elements/image_entity.h

    r7221 r7730  
    1010#include "element_2d.h"
    1111#include "event_listener.h"
    12 
    13 #include "vector.h"
    14 
    15 
    16 // FORWARD DECLARATION
    17 class Model;
    18 class Material;
    19 class TiXmlElement;
     12#include "material.h"
    2013
    2114//! A class that enables the
     
    3932
    4033 private:
    41    Material*        material;             //!< a material for the Aim.
     34   Material         material;             //!< a material for the Aim.
    4235   float            rotationSpeed;        //!< Speed of the Rotation.
    4336   bool             bBillboarding;        //!< true if billboarding is on
Note: See TracChangeset for help on using the changeset viewer.