toggle fullbright feature

- Adjusted SDK UGameViewportClient class members and padding
- Created helper function to get local player
- precompile headers for SDK
- SDK made into a static library ( single compile as its never changed )
This commit is contained in:
NightFyre
2024-01-29 06:39:29 -05:00
parent 513b98621a
commit 9a743d2b16
3767 changed files with 339 additions and 37 deletions

View File

@ -1,6 +1,5 @@
#pragma once
#include "helper.h"
#include "SDK.hpp"
#include "Game.hpp"
#include "D3D11Window.hpp"
namespace DX11_Base {