| 286 | GetHead()->SetGlasses(*GetHeadType(), GetHeadShape(), name); |
| 287 | } |
| 288 | |
| 289 | void CHead::AttachWave(IWave* wave, float freq) |
| 290 | { |
| 291 | GetHead()->AttachWave(wave, freq); |
| 292 | } |
| 293 | |
| 294 | DisplayNewUser::DisplayNewUser(ControlsContainer* parent, RString name, bool edit) : Display(parent) |
no outgoing calls