comparison VideoPlayer.cpp @ 1262:0aeac0b9ca30

included header cleanup
author Grumpy7
date Wed, 12 Jun 2013 21:07:34 +0200
parents fac7751b2dc9
children 8c2f689b5f0b
comparison
equal deleted inserted replaced
1261:cdee1d692a4a 1262:0aeac0b9ca30
1 #ifdef _MSC_VER 1 #ifdef _MSC_VER
2 #define _CRT_SECURE_NO_WARNINGS 2 #define _CRT_SECURE_NO_WARNINGS
3 #endif 3 #endif
4 4
5 #include "OSAPI.h"
6 5
7 #include "Bink_Smacker.h" 6 #include "Bink_Smacker.h"
8 7
8 #include "mm7_data.h"
9 #include "CShow.h" 9 #include "CShow.h"
10 #include "Mouse.h" 10 #include "Mouse.h"
11 11
12 #include "OSInfo.h" 12 #include "OSInfo.h"
13 #include "VideoPlayer.h" 13 #include "VideoPlayer.h"
1170 { 1170 {
1171 bStopBeforeSchedule = 0; 1171 bStopBeforeSchedule = 0;
1172 pResetflag = 0; 1172 pResetflag = 0;
1173 pGame->pCShow->PlayMovie(MOVIE_Death, 1); 1173 pGame->pCShow->PlayMovie(MOVIE_Death, 1);
1174 } 1174 }
1175
1176 //----- (004BE6F5) --------------------------------------------------------
1177 VideoPlayer::VideoPlayer() :
1178 field_54(0),
1179 pBinkMovie(nullptr), pBinkBuffer(nullptr),
1180 pSmackerMovie(nullptr), pSmackerBuffer(nullptr), pSmackMovieBlit(nullptr)
1181 {
1182 //RGBTexture::RGBTexture(&pVideoPlayer->pVideoFrame);
1183 bStopBeforeSchedule = false;
1184 pResetflag = 0;
1185 byte_F8BC0C = 0;
1186 //pBinkMovie = nullptr;
1187 }