| 93 | } |
| 94 | |
| 95 | void afxGuiTextData::unpackData(BitStream* stream) |
| 96 | { |
| 97 | Parent::unpackData(stream); |
| 98 | |
| 99 | text_str = stream->readSTString(); |
| 100 | stream->read(&text_clr); |
| 101 | } |
| 102 | |
| 103 | |
| 104 | //~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// |
nothing calls this directly
no test coverage detected