| 107 | } |
| 108 | |
| 109 | void PhobosStreamReader::EmitLoadWarning(size_t size, std::true_type) const |
| 110 | { |
| 111 | Debug::Log("PhobosStreamReader - Could not read data of length %u at %X of %X.\n", |
| 112 | size, this->stream->Offset() - size, this->stream->Size()); |
| 113 | } |
| 114 | |
| 115 | void PhobosStreamReader::EmitExpectWarning(unsigned int found, unsigned int expect, std::true_type) const |
| 116 | { |