1
0
forked from 0ad/0ad

WIP. have added some dox and armor-plated the lower-level components.

fixed shutdown order issue mentioned in task report.

further refactoring expected for vsrc_update et al (messy) and list_*

This was SVN commit r1264.
This commit is contained in:
janwas 2004-10-20 23:18:52 +00:00
parent 20061f0e38
commit 27d52a8c45
2 changed files with 544 additions and 417 deletions

File diff suppressed because it is too large Load Diff

View File

@ -46,8 +46,7 @@ extern int snd_set_loop(Handle hs, bool loop);
extern int snd_set_master_gain(float gain);
extern int snd_update(const float pos[3], const float dir[3], const float up[3]);
extern int snd_update(const float* pos, const float* dir, const float* up);
// call after h_mgr_shutdown!
extern void snd_shutdown();