A try at standardizing filenames' case in the Classic BoE branch (Win32), as described in the Issue 25.

(Character Editor)

Chokboyz

git-svn-id: http://openexile.googlecode.com/svn/trunk@152 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
Chokboyz
2010-07-12 04:04:39 +00:00
parent 4aef873372
commit 6da7cc0da5
39 changed files with 7142 additions and 46 deletions

View File

@@ -0,0 +1,7 @@
void load_sounds ();
void play_sound(short which) ; // if < 0, play asynch
void force_play_sound(short which);
void one_sound(short which);
void clear_sound_memory();
void sound_pause(long len);
void flip_sound();