--------------------------------------------- GET REPLAY FRAME COUNT -------------------------------------
| 128 | } |
| 129 | //--------------------------------------------- GET REPLAY FRAME COUNT ------------------------------------- |
| 130 | int GameImpl::getReplayFrameCount() const |
| 131 | { |
| 132 | return BW::BWDATA::ReplayHead.frameCount; |
| 133 | } |
| 134 | //------------------------------------------------ GET FPS ------------------------------------------------- |
| 135 | int GameImpl::getFPS() const |
| 136 | { |