mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
Imported tier1 and mathlib code from L4D2 SDK.
This commit is contained in:
12
mathlib/vector.cpp
Normal file
12
mathlib/vector.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#include "mathlib/vector.h"
|
||||
|
||||
Vector vec3_origin(0,0,0);
|
||||
|
Reference in New Issue
Block a user