notaz.gp2x.de
/
picodrive.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
in_evdev: remove defbinds (should go to plat code)
[picodrive.git]
/
platform
/
win32
/
dsnd.h
Commit
Line
Data
823b9004
1
#ifdef __cplusplus
2
extern "C" {
3
#endif
4
5
int DSoundInit(HWND wnd_coop, int rate, int stereo, int seg_samples);
6
void DSoundExit(void);
7
int DSoundUpdate(const void *buff, int blocking);
8
9
extern short *DSoundNext;
10
11
#ifdef __cplusplus
12
}
13
#endif
14