mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-07-10 20:20:01 +09:00
HUD Drawing
- Initialize GObjects with Config initialization - GetDistanceToActor implementation - pointers to both imgui context & imgui viewport - watermark ~squish- - watermark - update toolset to v143
This commit is contained in:
@ -26,6 +26,8 @@ namespace DX11_Base {
|
||||
bool m_Init{};
|
||||
bool b_ImGui_Initialized{};
|
||||
WNDPROC m_OldWndProc{};
|
||||
ImGuiContext* pImGui;
|
||||
ImGuiViewport* pViewport;
|
||||
|
||||
// Forward Dx11 Hook Declarations
|
||||
bool Init(IDXGISwapChain* swapChain);
|
||||
|
@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
#define DEBUG 0
|
||||
#define DEBUG 1
|
||||
|
||||
// External Libraries
|
||||
#include "../libs/ImGui/imgui.h"
|
||||
|
Reference in New Issue
Block a user