repo.or.cz
/
Lilanci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
partilces get velocity from originating lilanek
[Lilanci.git]
/
snd.h
blob
0cdfdaa7ee7053e8111e6d6c9b2c145cd03e621b
1
#pragma once
2
3
int
RegenerateSounds
();
4
5
void
InvalidateSounds
();
6
7
void
PlaySound
(
int
id
);
8
9
int
LoadSound
(
char
*
path
);
10
11
void
DestroySound
(
int
id
);
12
13
void
SoundInit
();
14
void
SoundKill
();
15
16
void
SoundDestroyAll
();