repo.or.cz
/
cantaveria.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Editor now operates in a zone context.
[cantaveria.git]
/
sfx.c
blob
92ce6e816e103df0ccad416103fb14c6c92f2d61
1
#include <stdlib.h>
2
3
#include <list.h>
4
#include <loader.h>
5
#include <sfx.h>
6
7
float
*
sfx
[
SFX_COUNT
];
8
int
sfx_len
[
SFX_COUNT
];
9
10
11
int
load_sound
(
char
*
filename
,
sfx_id id
){
12
return
-
1
;
13
}
14
15
void
play_sound
(
sfx_id id
){
16
17
}