RigsofRods
Soft-body Physics Simulation
|
#include <OTCFileFormat.h>
Public Member Functions | |
OTCParser () | |
bool | LoadMasterConfig (Ogre::DataStreamPtr &ds, const char *filename) |
bool | LoadPageConfig (Ogre::DataStreamPtr &ds, OTCPage &page, const char *filename) |
OTCDocumentPtr | GetDefinition () |
Private Attributes | |
OTCDocumentPtr | m_def |
Definition at line 93 of file OTCFileFormat.h.
RoR::OTCParser::OTCParser | ( | ) |
Definition at line 34 of file OTCFileFormat.cpp.
|
inline |
bool RoR::OTCParser::LoadMasterConfig | ( | Ogre::DataStreamPtr & | ds, |
const char * | filename | ||
) |
Definition at line 39 of file OTCFileFormat.cpp.
bool RoR::OTCParser::LoadPageConfig | ( | Ogre::DataStreamPtr & | ds, |
RoR::OTCPage & | page, | ||
const char * | filename | ||
) |
Definition at line 106 of file OTCFileFormat.cpp.
|
private |
Definition at line 100 of file OTCFileFormat.h.