i have no idea what i changed here

This commit is contained in:
overflowerror 2014-08-08 17:05:33 +02:00
parent b7fb300c75
commit df0ecc611d

View file

@ -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) {