Skip to content

Commit

Permalink
Commit missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Archie-osu committed Oct 9, 2021
1 parent ac32533 commit 941a447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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!
};
2 changes: 0 additions & 2 deletions YYToolkit/Src/Core/Features/Console/Console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
using std::vector;
using std::string;

static

static vector<string> StripOutArguments(const string& ref)
{
vector<string> vResults;
Expand Down

0 comments on commit 941a447

Please sign in to comment.