Cleaning up stuff
This commit is contained in:
parent
5423be67ca
commit
a5ea06a928
44 changed files with 7329 additions and 7432 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
|
||||
typedef struct {
|
||||
u32 size;
|
||||
u8 * buffer;
|
||||
u32 size;
|
||||
u8 * buffer;
|
||||
} Sound;
|
||||
|
||||
void loadSound(Sound * snd, char * filename);
|
||||
|
@ -36,4 +36,4 @@ Sound music_floor0;
|
|||
Sound music_floor1;
|
||||
Sound music_floor1_night;
|
||||
Sound music_floor23;
|
||||
Sound music_floor4;
|
||||
Sound music_floor4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue