21 lines
428 B
C
21 lines
428 B
C
|
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
// $Workfile: $
|
|||
|
// $Date: $
|
|||
|
//
|
|||
|
//-----------------------------------------------------------------------------
|
|||
|
// $Log: $
|
|||
|
//
|
|||
|
// $NoKeywords: $
|
|||
|
//=============================================================================//
|
|||
|
|
|||
|
#pragma once
|
|||
|
|
|||
|
#include <WorldSize.h>
|
|||
|
|
|||
|
#define COORD_NOTINIT ((float)(99999.0))
|
|||
|
|
|||
|
|