| 190 | } |
| 191 | |
| 192 | void OsirisWrappers::ErrorWrapper(char const * Message) |
| 193 | { |
| 194 | gOsirisProxy->GetWrappers().ErrorOriginal(Message); |
| 195 | } |
| 196 | |
| 197 | void OsirisWrappers::AssertWrapper(bool Successful, char const * Message, bool Unknown2) |
| 198 | { |
nothing calls this directly
no outgoing calls
no test coverage detected