Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 14, 2007, 9:35:08 PM (17 years ago)
Author:
gfilip
Message:

another update :)

File:
1 edited

Legend:

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

    r10065 r10236  
    33
    44#include "world_entity.h"
     5#include "cameraman.h"
    56
    67class TiXmlElement;
     
    1314  private:
    1415
    15     Material*       material;
     16  cameraman* CM;
    1617
    1718  public:
     
    2223    void init();
    2324    virtual void loadParams(const TiXmlElement* root);
    24 
     25    void test();
    2526    void changeState (bool);
    2627    virtual void tick (float time);
Note: See TracChangeset for help on using the changeset viewer.