1 // This file is used to define the namespaces available in the R context 2 // DO NOT INCLUDE IN COMPILATION OF ENGINE RUNTIME!! 3 R.debug = {}; 4 R.lang = {}; 5 R.struct = {}; 6 R.math = {}; 7 R.engine = {}; 8 R.collision = {}; 9 R.collision.broadphase = {}; 10 R.components = {}; 11 R.components.input = {}; 12 R.components.transform = {}; 13 R.components.logic = {}; 14 R.components.logic.behaviors = {}; 15 R.components.collision = {}; 16 R.components.render = {}; 17 R.components.physics = {}; 18 R.objects = {}; 19 R.particles = {}; 20 R.particles.effects = {}; 21 R.physics = {}; 22 R.rendercontexts = {}; 23 R.resources = {}; 24 R.resources.loaders = {}; 25 R.resources.types = {}; 26 R.sound = {}; 27 R.storage = {}; 28 R.text = {}; 29 R.ui = {}; 30 R.util = {}; 31 R.util.console = {};