From d646f6158267e1286fa2375a69687fb67b1b3a57 Mon Sep 17 00:00:00 2001 From: Nemirtingas Date: Thu, 1 Aug 2019 11:35:36 +0200 Subject: [PATCH] Removed numeric (don't use iota anymore) Also placed the include on the top of cpp file. Need to look into directinput and xinput hooks. --- overlay_experimental/steam_overlay.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)