From ccacaf0582bcea4a71ec8247ade0fd75e4ca99bf Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Fri, 9 Jan 2026 16:15:27 +0100 Subject: refactor library includes, build file --- src/main_windows.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main_windows.cpp') diff --git a/src/main_windows.cpp b/src/main_windows.cpp index 974949b..47c9a42 100644 --- a/src/main_windows.cpp +++ b/src/main_windows.cpp @@ -16,12 +16,12 @@ #ifdef win64 -#include "imgui.h" +#include "imgui/imgui.h" #include "imgui_impl_win32.h" #include "imgui_impl_dx11.h" #include #include -#include "timer.h" +#include "timer_lib/timer.h" #include "ui.hpp" #include "administration.hpp" #include "administration_writer.hpp" -- cgit v1.2.3-70-g09d2