prepare for bwsa

This commit is contained in:
overflowerror 2013-08-03 00:30:55 +02:00
parent 3c76de7c02
commit 4def995db4

View file

@ -0,0 +1,6 @@
var BwsaClass = function() {
}
BwsaClass.prototype = new Process();
BwsaClass.prototype.main = function() {
console.log("bwsa: basic sound server started");
}