mirror of
https://github.com/sigmasternchen/Wish
synced 2025-03-15 15:38:54 +00:00
prepare for bwsa
This commit is contained in:
parent
3c76de7c02
commit
4def995db4
1 changed files with 6 additions and 0 deletions
6
wish-sys/sys-part/bin/bwsa.js
Normal file
6
wish-sys/sys-part/bin/bwsa.js
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
var BwsaClass = function() {
|
||||||
|
}
|
||||||
|
BwsaClass.prototype = new Process();
|
||||||
|
BwsaClass.prototype.main = function() {
|
||||||
|
console.log("bwsa: basic sound server started");
|
||||||
|
}
|
Loading…
Reference in a new issue