/TGame/TData/Format/DataFormatXml.cpp

http://awoe.googlecode.com/ · C++ · 16 lines · 12 code · 4 blank · 0 comment · 0 complexity · 95965d3856de8cef93749fd177c6b131 MD5 · raw file

  1. #include "stdafx.h"
  2. #include "DataFormatXml.h"
  3. bool
  4. DataFormatXml::load(const string& fileName, IDataManager* mgr)
  5. {
  6. return true;
  7. }
  8. bool
  9. DataFormatXml::save(const string& fileName, IDataManager* mgr)
  10. {
  11. return true;
  12. }