mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
12 lines
322 B
C++
12 lines
322 B
C++
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose: Builds the precompiled header for the client DLL
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
|
|
#include "cbase.h"
|
|
|
|
// NOTE: DO NOT ADD ANY CODE OR HEADERS TO THIS FILE!!!
|