00001 /* 00002 File: ParseSL.h 00003 00004 Function: 00005 00006 Author: Andrew Willmott 00007 00008 Copyright: (c) 2000, Andrew Willmott 00009 */ 00010 00011 #ifndef __ParseSL__ 00012 #define __ParseSL__ 00013 00014 #include "SceneObjects.h" 00015 00016 scScenePtr ParseSLFile(const Char *filename); 00017 scObject *ParseSLObject(istream &s); 00018 00019 #endif