project_files/HedgewarsMobile/Classes/AmmoMenuViewController.m
changeset 4034 634a8c8682de
parent 4032 4aeab704d006
child 4082 bfe14b38dad1
equal deleted inserted replaced
4032:4aeab704d006 4034:634a8c8682de
   365     [buttonsArray release];
   365     [buttonsArray release];
   366     [super dealloc];
   366     [super dealloc];
   367 }
   367 }
   368 
   368 
   369 @end
   369 @end
   370 
       
   371 void updateVisualsNewTurn (void) {
       
   372     [[NSNotificationCenter defaultCenter] postNotificationName:@"updateAmmoVisuals" object:nil];
       
   373 }