moved Protocol and NotificationCenter to Lib/Utilities

This commit is contained in:
jeena 2013-12-27 01:36:01 +01:00
parent 93e8133c89
commit 3aa89fc8d6
24 changed files with 30 additions and 30 deletions

View file

@ -4,12 +4,12 @@ define([
"Game/Client/Physics/Engine",
"Game/Client/View/ViewManager",
"Game/Client/Control/PlayerController",
"Game/Core/NotificationCenter",
"Lib/Utilities/NotificationCenter",
"Lib/Utilities/RequestAnimFrame",
"Game/Config/Settings",
"Lib/Vendor/Stats",
"Game/Client/GameObjects/GameObject",
"Game/Client/Physics/Doll"
"Game/Client/GameObjects/Doll"
],
function (Parent, Box2D, PhysicsEngine, ViewManager, PlayerController, NotificationCenter, requestAnimFrame, Settings, Stats, GameObject, Doll) {