Yet more bits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2880 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-11-26 02:11:34 +00:00
parent 5424a66006
commit 2f0db5ea0f
2 changed files with 22 additions and 16 deletions
@@ -1,10 +1,11 @@
//
// $Id: PuzzleContext.java,v 1.1 2003/11/26 01:42:34 mdb Exp $
// $Id: PuzzleContext.java,v 1.2 2003/11/26 02:11:34 mdb Exp $
package com.threerings.puzzle.util;
import com.threerings.util.KeyDispatcher;
import com.threerings.util.KeyboardManager;
import com.threerings.util.MessageManager;
import com.threerings.media.FrameManager;
import com.threerings.media.sound.SoundManager;
@@ -21,6 +22,11 @@ public interface PuzzleContext
*/
public String getUsername ();
/**
* Returns a reference to the message manager used by the client.
*/
public MessageManager getMessageManager ();
/**
* Provides access to the frame manager.
*/