| 283 | } |
| 284 | |
| 285 | void CWaterProceduralDialog::OnClearProcedurals() { ClearAllProceduralsFromTexture(D3EditState.texdlg_texture); } |
| 286 | |
| 287 | void CWaterProceduralDialog::HarvestValue(int whichbox, uint8_t *val) { |
| 288 | CEdit *ebox; |
nothing calls this directly
no test coverage detected