2017-10-06 09:48:52 -04:00
|
|
|
//
|
|
|
|
// Copyright (c) 2017 The Altra64 project contributors
|
|
|
|
// See LICENSE file in the project root for full license information.
|
|
|
|
//
|
|
|
|
|
2016-12-29 12:05:09 -05:00
|
|
|
void sndInit(void);
|
|
|
|
void sndPlayBGM(char* filename);
|
|
|
|
void sndStopAll(void);
|
|
|
|
void sndPlaySFX(char* filename);
|
|
|
|
void sndUpdate(void);
|