You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
852 B
30 lines
852 B
5 years ago
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//
|
||
|
//=============================================================================//
|
||
|
|
||
|
#if !defined(_STATIC_LINKED) || defined(_SHARED_LIB)
|
||
|
|
||
|
#include "basetypes.h"
|
||
|
#include "mathlib/vmatrix.h"
|
||
|
#include "mathlib/mathlib.h"
|
||
|
#include <string.h>
|
||
|
#include "mathlib/vector4d.h"
|
||
|
#include "tier0/dbg.h"
|
||
|
|
||
|
// memdbgon must be the last include file in a .cpp file!!!
|
||
|
#include "tier0/memdbgon.h"
|
||
|
|
||
|
#pragma warning (disable : 4700) // local variable 'x' used without having been initialized
|
||
|
|
||
|
// ------------------------------------------------------------------------------------------- //
|
||
|
// Helper functions.
|
||
|
// ------------------------------------------------------------------------------------------- //
|
||
|
|
||
|
|
||
|
#endif // !_STATIC_LINKED || _SHARED_LIB
|
||
|
|