16 #if !defined(_ciMOVIEPLAYER_H_)
17 #define _ciMOVIEPLAYER_H_
21 #endif // _MSC_VER > 1000
92 void setOpenFile(
char* openFile);
118 bool archive(std::ofstream &outf);
129 bool serialize(
char *filepath);
151 bool parseXML(
clXML& xmlDocument);
161 bool loadXMLNode(
std::string tag,
char *nodeString);
188 bool loadXMLNode(
std::string tag,
double *nodeBool);
198 void saveXML(
clXML* xmlDocument);
245 char m_openFile[256];
252 #endif // _ciTRACK_H_