mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 02:32:18 +00:00
Merge pull request #466 from coldtobi/include_paths
Fix some include paths that caused build failures while Debian packaging
This commit is contained in:
commit
c0e76c492a
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
#ifndef NEO_IMGUI_BFGIMGUI_H_
|
||||
#define NEO_IMGUI_BFGIMGUI_H_
|
||||
|
||||
#include "../../libs/imgui/imgui.h"
|
||||
#include "libs/imgui/imgui.h"
|
||||
|
||||
#include "../idlib/math/Vector.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
#pragma hdrstop
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "../../libs/imgui/imgui.h"
|
||||
#include "libs/imgui/imgui.h"
|
||||
|
||||
#include "RenderCommon.h"
|
||||
#include "SMAA/AreaTex.h"
|
||||
|
|
|
@ -2156,7 +2156,7 @@ IMGUI RENDERING
|
|||
|
||||
==============================================================================================
|
||||
*/
|
||||
#include "../../libs/imgui/imgui.h"
|
||||
#include "libs/imgui/imgui.h"
|
||||
|
||||
int g_ShaderHandle = 0, g_VertHandle = 0, g_FragHandle = 0;
|
||||
int g_AttribLocationTex = 0, g_AttribLocationProjMtx = 0;
|
||||
|
|
|
@ -2571,7 +2571,7 @@ IMGUI RENDERING
|
|||
|
||||
==============================================================================================
|
||||
*/
|
||||
#include "../../libs/imgui/imgui.h"
|
||||
#include "libs/imgui/imgui.h"
|
||||
|
||||
void idRenderBackend::ImGui_Init()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue