mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +08:00
12 lines
333 B
C++
12 lines
333 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!!!
|