Permalink
Cannot retrieve contributors at this time
21 lines (20 sloc)
478 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .import gss_init | |
| .import gss_playSfx | |
| .import gss_playTrack | |
| .import gss_stopTrack | |
| .import gss_pauseTrack | |
| .import gss_resumeTrack | |
| .import gss_stopAll | |
| .import gss_setStereo | |
| .import gss_setMono | |
| .import gss_setGlobalVolume | |
| .import gss_setChannelsVolume | |
| .importzp gss_trackNumber | |
| .importzp gss_volume | |
| .importzp gss_volumeSpeed | |
| .importzp gss_channels | |
| .importzp gss_channelsVolume | |
| .importzp gss_sfxChannel | |
| .importzp gss_sfxNumber | |
| .importzp gss_sfxVolume | |
| .importzp gss_sfxPan |