Merge branch 'restructuring' of github.com:logsol/chuck.js into restructuring

This commit is contained in:
logsol 2012-07-22 02:25:40 +02:00
commit 7c01f1c9c6

View file

@ -2,9 +2,9 @@ define([
"Game/Core/GameController", "Game/Core/GameController",
"Game/Server/Physics/Engine", "Game/Server/Physics/Engine",
"Game/Config/Settings", "Game/Config/Settings",
"Chuck/Control/InputController", "Game/Core/Control/InputController",
"RequestAnimationFrame", "Lib/Unilities/RequestAnimFrame",
"NotificationCenter" "Game/Server/NotificationCenter"
], ],
function(Parent, PhysicsEngine, Settings, InputController, requestAnimFrame, NotificationCenter) { function(Parent, PhysicsEngine, Settings, InputController, requestAnimFrame, NotificationCenter) {