Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ParseSL.h

Go to the documentation of this file.
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

Generated at Sat Aug 5 00:17:01 2000 for Graphics Class Library by doxygen 1.1.0 written by Dimitri van Heesch, © 1997-2000