Proper index.
[matrixcreatrix.git] / noaudio.js
1 PS.AudioPlay = function() { return null; }
2 PS.AudioLoad = function() { return 0; }
3 PS.AudioPause = function() { return 0; }
4 PS.AudioStop = function() { return 0; }