diff --git a/src/java/com/threerings/crowd/data/LocationCodes.java b/src/java/com/threerings/crowd/data/LocationCodes.java index c3dc04b35..345826761 100644 --- a/src/java/com/threerings/crowd/data/LocationCodes.java +++ b/src/java/com/threerings/crowd/data/LocationCodes.java @@ -1,9 +1,10 @@ // -// $Id: LocationCodes.java,v 1.1 2002/04/15 16:28:01 shaper Exp $ +// $Id: LocationCodes.java,v 1.2 2002/04/15 18:06:19 mdb Exp $ package com.threerings.crowd.data; import com.threerings.presents.data.InvocationCodes; +import com.threerings.crowd.client.LocationDirector; /** * Contains codes used by the location invocation services. diff --git a/src/java/com/threerings/parlor/data/ParlorCodes.java b/src/java/com/threerings/parlor/data/ParlorCodes.java index d09b9878d..24a45aeb9 100644 --- a/src/java/com/threerings/parlor/data/ParlorCodes.java +++ b/src/java/com/threerings/parlor/data/ParlorCodes.java @@ -1,10 +1,13 @@ // -// $Id: ParlorCodes.java,v 1.1 2002/04/15 16:28:02 shaper Exp $ +// $Id: ParlorCodes.java,v 1.2 2002/04/15 18:06:20 mdb Exp $ package com.threerings.parlor.data; import com.threerings.presents.data.InvocationCodes; +import com.threerings.parlor.client.ParlorDirector; +import com.threerings.parlor.client.TableDirector; + /** * Contains codes used by the parlor invocation services. */ diff --git a/src/java/com/threerings/whirled/data/SceneCodes.java b/src/java/com/threerings/whirled/data/SceneCodes.java index d3fb39e09..511b2ad61 100644 --- a/src/java/com/threerings/whirled/data/SceneCodes.java +++ b/src/java/com/threerings/whirled/data/SceneCodes.java @@ -1,9 +1,10 @@ // -// $Id: SceneCodes.java,v 1.1 2002/04/15 16:28:03 shaper Exp $ +// $Id: SceneCodes.java,v 1.2 2002/04/15 18:06:20 mdb Exp $ package com.threerings.whirled.data; import com.threerings.crowd.data.LocationCodes; +import com.threerings.whirled.client.SceneDirector; /** * Contains codes used by the scene invocation services. diff --git a/src/java/com/threerings/whirled/spot/data/SpotCodes.java b/src/java/com/threerings/whirled/spot/data/SpotCodes.java index 001fdfeea..688fd25b1 100644 --- a/src/java/com/threerings/whirled/spot/data/SpotCodes.java +++ b/src/java/com/threerings/whirled/spot/data/SpotCodes.java @@ -1,10 +1,12 @@ // -// $Id: SpotCodes.java,v 1.1 2002/04/15 16:28:03 shaper Exp $ +// $Id: SpotCodes.java,v 1.2 2002/04/15 18:06:20 mdb Exp $ package com.threerings.whirled.spot.data; import com.threerings.crowd.chat.ChatCodes; + import com.threerings.whirled.data.SceneCodes; +import com.threerings.whirled.spot.client.SpotSceneDirector; /** * Contains codes used by the Spot invocation services.