| 85 | } |
| 86 | |
| 87 | void afxGuiTextData::packData(BitStream* stream) |
| 88 | { |
| 89 | Parent::packData(stream); |
| 90 | |
| 91 | stream->writeString(text_str); |
| 92 | stream->write(text_clr); |
| 93 | } |
| 94 | |
| 95 | void afxGuiTextData::unpackData(BitStream* stream) |
| 96 | { |
nothing calls this directly
no test coverage detected