Fix build

This commit is contained in:
Nemirtingas 2019-09-01 20:53:16 +02:00
parent 1785ae6eaf
commit b9cd9ae6c2
26 changed files with 1544 additions and 109 deletions

View file

@ -23,7 +23,7 @@
// 2018-02-06: Misc: Removed call to ImGui::Shutdown() which is not available from 1.60 WIP, user needs to call CreateContext/DestroyContext themselves.
// 2016-05-07: DirectX10: Disabling depth-write.
#include "../imgui.h"
#include "../../imgui.h"
#include "imgui_impl_dx10.h"
// DirectX
@ -31,7 +31,7 @@
#include <d3d10_1.h>
#include <d3d10.h>
#include "../../overlay_experimental/ImGui_ShaderBlobs.h"
#include "../../../overlay_experimental/windows/ImGui_ShaderBlobs.h"
#ifdef USE_D3DCOMPILE
static ID3DBlob* g_pVertexShaderBlob = NULL;