| 533 | } |
| 534 | |
| 535 | TextCache::TextCache(int verts, Vertex* v, GLubyte* c, Font* f) : vertCount(verts), verts(v), colors(c), sourceFont(f) |
| 536 | { |
| 537 | } |
| 538 | |
| 539 | TextCache::~TextCache() |
| 540 | { |
nothing calls this directly
no outgoing calls
no test coverage detected