1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Move imgui backends to a subdirectory.

This commit is contained in:
Bartosz Taudul
2022-07-25 01:22:41 +02:00
parent 054c26781a
commit 2d327abd80
9 changed files with 27 additions and 24 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
#include <chrono>
#include <inttypes.h>
#include <imgui.h>
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h"
#include "imgui_impl_opengl3_loader.h"
#include "imgui/imgui_impl_glfw.h"
#include "imgui/imgui_impl_opengl3.h"
#include "imgui/imgui_impl_opengl3_loader.h"
#include <mutex>
#include <stdint.h>
#include <stdio.h>