Tweaks
This commit is contained in:
@@ -17,9 +17,7 @@
|
||||
#include "Editor/ProjectInfo.h"
|
||||
#include "Editor/Cooker/GameCooker.h"
|
||||
#include "Editor/Utilities/EditorUtilities.h"
|
||||
|
||||
#include "pugixml/pugixml_extra.hpp"
|
||||
|
||||
#include <ThirdParty/pugixml/pugixml_extra.hpp>
|
||||
using namespace pugi;
|
||||
|
||||
IMPLEMENT_SETTINGS_GETTER(MacPlatformSettings, MacPlatform);
|
||||
|
||||
3
Source/ThirdParty/pugixml/pugixml_extra.cpp
vendored
3
Source/ThirdParty/pugixml/pugixml_extra.cpp
vendored
@@ -1,9 +1,10 @@
|
||||
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
|
||||
|
||||
#include "pugixml.hpp"
|
||||
#include "pugixml_extra.hpp"
|
||||
|
||||
namespace pugi
|
||||
{
|
||||
|
||||
// Compare two strings
|
||||
// This comes from pugi::impl::strequal
|
||||
bool strequal(const char_t* src, const char_t* dst)
|
||||
|
||||
2
Source/ThirdParty/pugixml/pugixml_extra.hpp
vendored
2
Source/ThirdParty/pugixml/pugixml_extra.hpp
vendored
@@ -1,3 +1,5 @@
|
||||
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "pugixml.hpp"
|
||||
|
||||
Reference in New Issue
Block a user