| 255 | } |
| 256 | |
| 257 | void OsirisProxy::OnInitGame(void * Osiris) |
| 258 | { |
| 259 | Debug("OsirisProxy::OnInitGame()"); |
| 260 | #if !defined(OSI_NO_DEBUGGER) |
| 261 | if (debugger_) { |
| 262 | debugger_->GameInitHook(); |
| 263 | } |
| 264 | #endif |
| 265 | } |
| 266 | |
| 267 | void OsirisProxy::OnDeleteAllData(void * Osiris, bool DeleteTypes) |
| 268 | { |
nothing calls this directly
no test coverage detected