more functions
This commit is contained in:
parent
2956a2cf88
commit
04ab037d3f
3 changed files with 12 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ GSDECL void GSSoundResume(GSSound sound);
|
|||
GSDECL void GSSoundPause(GSSound audio);
|
||||
GSDECL void GSSoundLock(GSSound sound);
|
||||
GSDECL void GSSoundUnlock(GSSound sound);
|
||||
GSDECL GSBool GSSoundIsPaused(GSSound sound);
|
||||
|
||||
/* you can guess where they are */
|
||||
GSDECL GSSound GSSoundOpenXM(GSSoundEngine sengine, GSFile file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue