repo.or.cz
/
d2d-md.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
limit tickrate to half refresh rate
[d2d-md.git]
/
src
/
audio.h
blob
4aec536632a9b70e080143adf5895094de48de37
1
#pragma once
2
3
#include <genesis.h>
4
5
enum
soundid
{
6
SFX_FIRE_PLASMA
=
0
,
7
SFX_SPLASH
,
8
};
9
10
enum
musicid
{
11
MUS_TEST
=
0
,
12
};
13
14
void
snd_startup
(
void
);
15
void
snd_play_music
(
u16 idx
);
16
void
snd_play_sound
(
u16 idx
);