Files
oboe/osx/misc/soundtool.h
Celtic Minstrel 7573c1ed98 - Fixed some bugs and inconsistencies in the dialog code
- 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
2009-04-20 16:20:34 +00:00

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();