| 205 | } |
| 206 | |
| 207 | void sGameRecorded::AddVideoTick(const uint64 pTick) { |
| 208 | std::lock_guard<std::mutex> lock(mLockMtx); |
| 209 | |
| 210 | mVideoTicks.push_back( pTick ); |
| 211 | } |
| 212 | |
| 213 | bool sGameRecorded::GetVideoTick(const uint64 pTick) { |
| 214 | std::lock_guard<std::mutex> lock(mLockMtx); |