comparison _deleted.cpp @ 2450:90349b8048a5

remove VideoPlayer.cpp/.h
author Ritor1
date Fri, 25 Jul 2014 14:17:57 +0600
parents 8cee51ce4382
children 2a8010d99cf8
comparison
equal deleted inserted replaced
2447:45dcf81c5b1c 2450:90349b8048a5
14642 v71->uNumVertices = v73; 14642 v71->uNumVertices = v73;
14643 ODMRenderParams::Project(v73); 14643 ODMRenderParams::Project(v73);
14644 goto LABEL_154; 14644 goto LABEL_154;
14645 } 14645 }
14646 } 14646 }
14647 //----- (004BF3F9) --------------------------------------------------------
14648 bool MPlayer::AnyMovieLoaded()
14649 {
14650 return pMovie_Track != 0;
14651 }
14652 //----- (004BF8F6) --------------------------------------------------------
14653 void MPlayer::PlayDeathMovie()
14654 {
14655 bStopBeforeSchedule = 0;
14656 PlayFullscreenMovie(MOVIE_Death, true);
14657 }
14647 */ 14658 */