From 3bf9df6b2785fa6d951086978a3e66f49427166a Mon Sep 17 00:00:00 2001 From: FluorescentCIAAfricanAmerican <0934gj3049fk@protonmail.com> Date: Wed, 22 Apr 2020 12:56:21 -0400 Subject: 1 --- game/server/stdafx.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 game/server/stdafx.cpp (limited to 'game/server/stdafx.cpp') diff --git a/game/server/stdafx.cpp b/game/server/stdafx.cpp new file mode 100644 index 0000000..1ec8dcd --- /dev/null +++ b/game/server/stdafx.cpp @@ -0,0 +1,11 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: Builds the precompiled header for the game DLL +// +// $NoKeywords: $ +//=============================================================================// + + +#include "cbase.h" + +// NOTE: DO NOT ADD ANY CODE OR HEADERS TO THIS FILE!!! -- cgit v1.2.3