mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
14 lines
429 B
C++
14 lines
429 B
C++
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//
|
|
//=============================================================================//
|
|
|
|
// This file creates the quakedef precompiled header.
|
|
// NOTE: to change precompiled header settings for engine.dll, you need to edit the DSP file
|
|
// because it is setup to do multiple precompiled headers.
|
|
#include "quakedef.h"
|
|
|