aboutsummaryrefslogtreecommitdiff
path: root/mp/src/mathlib/vector.cpp
blob: 420486d40d693dd5bc5bfbaccd890d115c1f19f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//
//=============================================================================//

#include "mathlib/vector.h"

Vector vec3_origin(0,0,0);