Altered persistent storage of scenes to be handled by the
SceneRepository. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@117 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// $Id: XMLSceneParser.java,v 1.1 2001/07/24 16:10:19 shaper Exp $
|
||||
|
||||
package com.threerings.miso.scene.xml;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
|
||||
import com.threerings.miso.scene.Scene;
|
||||
|
||||
public class XMLSceneParser
|
||||
{
|
||||
public Scene loadScene (String fname) throws IOException
|
||||
{
|
||||
// TBD
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user