- Started a utility to quickly preview a dialog - Moved the ppats from the individual applications into the Graphics file; reduces redudancy git-svn-id: http://openexile.googlecode.com/svn/trunk@26 4ebdad44-0ea0-11de-aab3-ff745001d230
15 lines
257 B
C
15 lines
257 B
C
/*
|
|
* soundtool.h
|
|
* BoE
|
|
*
|
|
* Created by Celtic Minstrel on 16/04/09.
|
|
*
|
|
*/
|
|
|
|
#define NUM_SOUNDS 99
|
|
|
|
void init_snd_tool();
|
|
void play_sound(short which, short how_many_times = 1);
|
|
void one_sound(short which);
|
|
void clear_sound_memory();
|
|
void flip_sound(); |