From 89f5b2698846caa97a53ab2f1beb36784af5d807 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 27 Aug 2020 00:27:10 +0200 Subject: [PATCH] - fixed badly placed include. --- source/blood/src/controls.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blood/src/controls.h b/source/blood/src/controls.h index 82ab79bf8..59865a03e 100644 --- a/source/blood/src/controls.h +++ b/source/blood/src/controls.h @@ -22,10 +22,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. //------------------------------------------------------------------------- #pragma once -BEGIN_BLD_NS - #include "packet.h" +BEGIN_BLD_NS + extern InputPacket gInput, gNetInput; extern bool bSilentAim;