Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 13, 2006, 3:23:05 PM (19 years ago)
Author:
gfilip
Message:

little update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/test_entity.h

    r10018 r10065  
    55
    66class TiXmlElement;
    7 
     7class Material;
    88
    99class TestEntity : public WorldEntity
    1010{
    1111    ObjectListDeclaration(TestEntity);
     12
     13  private:
     14
     15    Material*       material;
    1216
    1317  public:
     
    1923    virtual void loadParams(const TiXmlElement* root);
    2024
    21 
     25    void changeState (bool);
    2226    virtual void tick (float time);
    2327    virtual void draw() const;
Note: See TracChangeset for help on using the changeset viewer.