Files
source-sdk-2013/mp/src/mathlib/vector.cpp
2013-12-02 19:46:31 -08:00

13 lines
257 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//
//=============================================================================//
#include "mathlib/vector.h"
Vector vec3_origin(0,0,0);