source2006/public/vector.cpp
2020-02-25 05:28:57 +02:00

13 lines
263 B
C++

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