Moved the scene name into the basic scene model from the editable scene
model as we'll be having scene names in the runtime system. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@757 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: DisplayScene.java,v 1.1 2001/11/12 20:56:55 mdb Exp $
|
||||
// $Id: DisplayScene.java,v 1.2 2001/12/12 19:06:15 mdb Exp $
|
||||
|
||||
package com.threerings.whirled.client;
|
||||
|
||||
@@ -26,6 +26,11 @@ public interface DisplayScene
|
||||
*/
|
||||
public int getId ();
|
||||
|
||||
/**
|
||||
* Returns the name of this scene.
|
||||
*/
|
||||
public String getName ();
|
||||
|
||||
/**
|
||||
* Returns the version number of this scene.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user