/* * "ESCSOUND.H" * * Part of The Escotia Playstation Library * * Functions to make programming a chore not a pleasure * * Author: ScoTT Campbell * Date: 10/9/98 */ #ifndef __ESCSOUNDHEADER #define __ESCSOUNDHEADER /****************************/ /* Start of sound functions */ /****************************/ int InitialiseSound(unsigned long int vhAddress, unsigned long int vbAddress); /* Set up a VAB sound reasy to play */ /* VAB ID is returned */ /* vhAddress and vbAddress are the locations of the sound in main memory */ /**************************/ /* End of sound functions */ /**************************/ #endif