Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2005, 12:59:35 AM (18 years ago)
Author:
hdavid
Message:

branches\avi_play: work on the movie_player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/subprojects/importer/movie_player_test.cc

    r6289 r6290  
    1616*/
    1717
    18 #include "framework.h"
    19 
    20 #include "light.h"
    21 
    22 #include "texture_sequence.h"
    23 #include "material.h"
    24 
    25 #include "objModel.h"
    26 
    27 #include "primitive_model.h"
    2818#include <stdlib.h>
    2919
    30 #include "resource_manager.h"
    31 #include "movie_player.h";
     20#include "framework.h"
     21#include "movie_player.h"
    3222
    3323MoviePlayer* movie_player;
     
    3828
    3929  movie_player->printInformation();
    40 
    4130}
    4231
     
    4837void Framework::moduleTick(float dt)
    4938{
    50 
     39  movie_player->tick(dt);
    5140}
    5241
    5342void Framework::moduleDraw(void) const
    5443{
    55 
     44  movie_player->draw();
    5645}
    5746
Note: See TracChangeset for help on using the changeset viewer.