/** * R3.Runtime.GUI * @constructor */ R3.Runtime.GUI = function() { R3.Runtime.call(this); }; R3.Runtime.GUI.prototype = Object.create(R3.Runtime.prototype); R3.Runtime.GUI.prototype.constructor = R3.Runtime.GUI;