#include "gcl/ParseSL.h"
#include "gcl/Readers.h"
#include "gcl/SceneObjects.h"
#include "gcl/Avars.h"
#include "gcl/SceneLang.h"
#include "gcl/PolyLib.h"
Include dependency graph for ParseSL.cc:
Go to the source code of this file.
Compounds | |||
struct | SLParseState | ||
Defines | |||
#define | INFO_COUT cerr | ||
Functions | |||
scObject* | ParseSLObject (istream &s) | ||
scScenePtr | ParseSLFile (const Char *filename) | ||
Variables | |||
const Int | SL_CURRENT_VERSION = 3 |
#define INFO_COUT cerr |
Definition at line 18 of file ParseSL.cc.
scScenePtr ParseSLFile (const Char * filename) |
Definition at line 234 of file ParseSL.cc.
scObject * ParseSLObject (istream & s) |
Definition at line 35 of file ParseSL.cc.
const Int SL_CURRENT_VERSION = 3 |
Definition at line 33 of file ParseSL.cc.