CObjectHandler.cpp 543 B

1234567891011121314151617181920212223242526
  1. /*
  2. * CObjectHandler.cpp, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. #include "StdInc.h"
  11. #include "CObjectHandler.h"
  12. #include "CGObjectInstance.h"
  13. #include "../GameLibrary.h"
  14. #include "../entities/ResourceTypeHandler.h"
  15. #include "../filesystem/ResourcePath.h"
  16. #include "../json/JsonNode.h"
  17. VCMI_LIB_NAMESPACE_BEGIN
  18. CObjectHandler::CObjectHandler()
  19. {
  20. }
  21. VCMI_LIB_NAMESPACE_END