| 412 | void CTextureDialog::OnTexpadStretchMore() { HTextureStretchMore(Curroomp, Curface, Curedge); } |
| 413 | |
| 414 | void CTextureDialog::OnTexpadSetDefault() { HTextureSetDefault(Curroomp); } |
| 415 | |
| 416 | void CTextureDialog::OnTexpadNextEdge() { HTextureNextEdge(); } |
| 417 |
nothing calls this directly
no test coverage detected