--------------------------------------------- GET FRAME COUNT --------------------------------------------
| 123 | } |
| 124 | //--------------------------------------------- GET FRAME COUNT -------------------------------------------- |
| 125 | int GameImpl::getFrameCount() const |
| 126 | { |
| 127 | return this->frameCount; |
| 128 | } |
| 129 | //--------------------------------------------- GET REPLAY FRAME COUNT ------------------------------------- |
| 130 | int GameImpl::getReplayFrameCount() const |
| 131 | { |
no outgoing calls