checked paths for inheritance in client

This commit is contained in:
logsol 2013-12-09 16:48:37 +01:00
parent d8933dc9d3
commit 907ef49a53
8 changed files with 33 additions and 12 deletions

View file

@ -1,6 +1,6 @@
define([
"Lib/Vendor/Box2D",
"Game/Core/GameController",
"Lib/Vendor/Box2D",
"Game/Client/Physics/Engine",
"Game/Client/View/ViewController",
"Game/Client/Control/PlayerController",
@ -10,7 +10,7 @@ define([
"Lib/Vendor/Stats"
],
function (Box2D, Parent, PhysicsEngine, ViewController, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats) {
function (Parent, Box2D, PhysicsEngine, ViewController, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats) {
function GameController () {
this.viewController = new ViewController();