| 46 | }; |
| 47 | |
| 48 | void ShowProjectLoadError(const Char* errorMsg, const String& projectRootFolder) |
| 49 | { |
| 50 | Platform::Error(String::Format(TEXT("Failed to load project. {0}\nPath: '{1}'"), errorMsg, projectRootFolder)); |
| 51 | } |
| 52 | |
| 53 | Vector3 GetVector3FromXml(const xml_node& parent, const PUGIXML_CHAR* name, const Vector3& defaultValue) |
| 54 | { |
no test coverage detected