| 46 | } |
| 47 | |
| 48 | void SyncLogger::AddFacingChangeSyncLogEvent(unsigned short facing, unsigned int callerAddress) |
| 49 | { |
| 50 | MakeCallerRelative(callerAddress); |
| 51 | SyncLogger::FacingChanges.Add(FacingChangeSyncLogEvent(facing, callerAddress, Unsorted::CurrentFrame)); |
| 52 | } |
| 53 | |
| 54 | void SyncLogger::AddTargetChangeSyncLogEvent(AbstractClass* pObject, AbstractClass* pTarget, unsigned int callerAddress) |
| 55 | { |
nothing calls this directly
no test coverage detected