mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 06:08:54 +00:00
i have no idea what i changed here
This commit is contained in:
parent
b7fb300c75
commit
df0ecc611d
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ Program.prototype.init = function() { // Do not overwrite
|
|||
}
|
||||
Program.prototype.main = function(args) {
|
||||
}
|
||||
Program.prototype.exit = function(code) {
|
||||
}
|
||||
Program.prototype.output = function(text) {
|
||||
}
|
||||
Program.prototype.keyHandler = function(keyEvent) {
|
||||
|
|
Loading…
Reference in a new issue