/TGame/TData/Format/DataFormatXml.cpp
http://awoe.googlecode.com/ · C++ · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · 95965d3856de8cef93749fd177c6b131 MD5 · raw file
- #include "stdafx.h"
- #include "DataFormatXml.h"
-
-
-
- bool
- DataFormatXml::load(const string& fileName, IDataManager* mgr)
- {
- return true;
- }
-
- bool
- DataFormatXml::save(const string& fileName, IDataManager* mgr)
- {
- return true;
- }