diff options
Diffstat (limited to 'graphics/dxa_player.h')
-rw-r--r-- | graphics/dxa_player.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dxa_player.h b/graphics/dxa_player.h index 73d6ac7ca4..540a5e3bfd 100644 --- a/graphics/dxa_player.h +++ b/graphics/dxa_player.h @@ -76,13 +76,13 @@ public: * Returns the current frame number of the video * @return the current frame number of the video */ - int getCurFrame(); + int32 getCurFrame(); /** * Returns the amount of frames in the video * @return the amount of frames in the video */ - int getFrameCount(); + int32 getFrameCount(); /** * Returns the frame rate of the video |