Mercurial > mm7
comparison CShow.cpp @ 1262:0aeac0b9ca30
included header cleanup
author | Grumpy7 |
---|---|
date | Wed, 12 Jun 2013 21:07:34 +0200 |
parents | 39f42990698f |
children | eb02a65e5c82 |
comparison
equal
deleted
inserted
replaced
1261:cdee1d692a4a | 1262:0aeac0b9ca30 |
---|---|
1 #include <assert.h> | 1 #include <assert.h> |
2 | 2 |
3 #include "CShow.h" | 3 #include "CShow.h" |
4 | 4 |
5 #include "mm7_data.h" | |
5 #include "VideoPlayer.h" | 6 #include "VideoPlayer.h" |
6 #include "Mouse.h" | 7 #include "Mouse.h" |
7 | 8 |
8 void CShow::PlayMovie(MovieType eVideo, bool bShowMouseAfterPlayback) | 9 void CShow::PlayMovie(MovieType eVideo, bool bShowMouseAfterPlayback) |
9 { | 10 { |