Files
cool-source-archive/mathlib/vector.cpp
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

13 lines
257 B
C++

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