diff --git a/overlay_experimental/steam_overlay.cpp b/overlay_experimental/steam_overlay.cpp index ffe8834..0300e81 100644 --- a/overlay_experimental/steam_overlay.cpp +++ b/overlay_experimental/steam_overlay.cpp @@ -6,7 +6,7 @@ #include #include -#include // iota +#include "../dll/dll.h" extern LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); @@ -301,8 +301,6 @@ void Steam_Overlay::OverlayProc( int width, int height ) //ImGui::ShowDemoWindow(); } -#include "../dll/dll.h" - void Steam_Overlay::RunCallbacks() { if (overlay_state_changed)