summaryrefslogtreecommitdiff
path: root/src/main_windows.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 16:15:27 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 16:15:27 +0100
commitccacaf0582bcea4a71ec8247ade0fd75e4ca99bf (patch)
treeded2c1096149fee09faa9707aef55fc2af4319f9 /src/main_windows.cpp
parent210404a73706993d197c1290d5a411394e176fbe (diff)
refactor library includes, build file
Diffstat (limited to 'src/main_windows.cpp')
-rw-r--r--src/main_windows.cpp4
1 files changed, 2 insertions, 2 deletions
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 <d3d11.h>
#include <tchar.h>
-#include "timer.h"
+#include "timer_lib/timer.h"
#include "ui.hpp"
#include "administration.hpp"
#include "administration_writer.hpp"