ssc/stdlib/sound.sun
2016-01-29 17:08:55 -05:00

11 lines
253 B
Text

/* ================================================= *\
* sound.sun
*
* ssc standard include utility
* 2015-2016 arookas
\* ================================================= */
builtin startBGM(num);
builtin stopBGM(num);
builtin startSE(num);