From 941a4471ad607ebe37e4aac63b16805d52d40ec0 Mon Sep 17 00:00:00 2001 From: Archie Date: Sat, 9 Oct 2021 20:10:27 +0200 Subject: [PATCH] Commit missing files --- .../Hello World/SDK/Structures/Documented/APIVars/APIVars.hpp | 1 + YYToolkit/Src/Core/Features/Console/Console.cpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ExamplePlugin/Src/Hello World/SDK/Structures/Documented/APIVars/APIVars.hpp b/ExamplePlugin/Src/Hello World/SDK/Structures/Documented/APIVars/APIVars.hpp index e6b4d72..4a602c0 100644 --- a/ExamplePlugin/Src/Hello World/SDK/Structures/Documented/APIVars/APIVars.hpp +++ b/ExamplePlugin/Src/Hello World/SDK/Structures/Documented/APIVars/APIVars.hpp @@ -15,4 +15,5 @@ struct APIVars_t void* MainModule = nullptr; // A pointer to the core module (can be casted to an HMODULE) void* RenderView = nullptr; // A pointer to an ID3D11RenderTargetView. Is nullptr in DX9! void* DeviceContext = nullptr; // A pointer to a D3D11DeviceContext object. Is nullptr in DX9! + void* pSwapChain = nullptr; // A pointer to a swapchain object - is nullptr in DX9! }; \ No newline at end of file diff --git a/YYToolkit/Src/Core/Features/Console/Console.cpp b/YYToolkit/Src/Core/Features/Console/Console.cpp index c792662..1f69bdd 100644 --- a/YYToolkit/Src/Core/Features/Console/Console.cpp +++ b/YYToolkit/Src/Core/Features/Console/Console.cpp @@ -11,8 +11,6 @@ using std::vector; using std::string; -static - static vector StripOutArguments(const string& ref) { vector vResults;