Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2006, 3:28:46 PM (18 years ago)
Author:
stefalie
Message:

branches/avi_play: …

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/story_entities/movie_loader.h

    r6567 r6570  
    1010#include "story_entity.h"
    1111
     12class MoviePlayer;
    1213
    1314class MovieLoader : public StoryEntity
     
    3536    void tick();
    3637
     38
     39    MoviePlayer*        movie_player;
    3740    Uint32              lastFrame;                    // last time of frame
    3841    Uint32              dt;                           // time needed to calculate this frame (in milliSeconds)
    39     float               dtS;
     42    float               dts;
    4043};
    4144
Note: See TracChangeset for help on using the changeset viewer.