diff --git a/core.js b/core.js index dec2e78..840003b 100644 --- a/core.js +++ b/core.js @@ -17,3 +17,8 @@ Function.prototype.inheritsFrom = function(parentClassOrObject) return this; } + +/*Class*/ RadiumEngine = function() +{ + this.version = "1.0"; +}