package com.hatherly.babykeyboardfun;
/**
* This is the interface used to play audio clips - classes handling
* the audio playbak should implement this interface.
*/
public interface BabySoundPlayer {
public void makeSound();
}
syntax highlighted by Code2HTML, v. 0.9.1