Update UIVideoPlayer.h

This commit is contained in:
Jialong Zhai 2014-10-30 14:36:15 +08:00
parent fd238cab36
commit 4113929fc0
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ namespace experimental{
VideoPlayer(); VideoPlayer();
virtual ~VideoPlayer(); virtual ~VideoPlayer();
protected:
#if CC_VIDEOPLAYER_DEBUG_DRAW #if CC_VIDEOPLAYER_DEBUG_DRAW
CustomCommand _customDebugDrawCommand; CustomCommand _customDebugDrawCommand;
void VideoPlayer::drawDebugData(); void VideoPlayer::drawDebugData();