mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-05 17:13:36 +08:00
16 lines
516 B
C++
16 lines
516 B
C++
|
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
// $NoKeywords: $
|
|||
|
//
|
|||
|
//=============================================================================//
|
|||
|
// stdafx.cpp : source file that includes just the standard includes
|
|||
|
// classcheck.pch will be the pre-compiled header
|
|||
|
// stdafx.obj will contain the pre-compiled type information
|
|||
|
|
|||
|
#include "stdafx.h"
|
|||
|
|
|||
|
// TODO: reference any additional headers you need in STDAFX.H
|
|||
|
// and not in this file
|