diff options
Diffstat (limited to 'media/player/props.h')
-rw-r--r-- | media/player/props.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media/player/props.h b/media/player/props.h index 6545343..5421065 100644 --- a/media/player/props.h +++ b/media/player/props.h @@ -2,12 +2,15 @@ // source code is governed by a BSD-style license that can be found in the // LICENSE file. -// props.h : movie properties dialog -// TODO(fbarchard): Remove hungarian notation. - #ifndef MEDIA_PLAYER_PROPS_H_ #define MEDIA_PLAYER_PROPS_H_ +#include "media/player/movie.h" + +#include "resource.h" + +// Movie properties dialog +// TODO(fbarchard): Remove hungarian notation. class CFileName : public CWindowImpl<CFileName> { public: @@ -321,4 +324,3 @@ class CBmpProperties : public CPropertySheetImpl<CBmpProperties> { }; #endif // MEDIA_PLAYER_PROPS_H_ - |