| 96 | } |
| 97 | |
| 98 | unsigned __int64 Cursor::GetModuleCount() |
| 99 | { |
| 100 | return this->cursor->ICursor->GetModuleCount(cursor); |
| 101 | } |
| 102 | struct TTD_Replay_ModuleInstance* Cursor::GetModuleList() |
| 103 | { |
| 104 | return this->cursor->ICursor->GetModuleList(cursor); |
no outgoing calls
no test coverage detected