- fixed badly placed include.

This commit is contained in:
Christoph Oelckers 2020-08-27 00:27:10 +02:00
parent f597f7c265
commit 89f5b26988

View file

@ -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;