/** * @author Richard Davey * @copyright 2016 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ require('./DebugHeader'); var Game = function () { DebugHeader(0); } module.exports = Game;