hl2sdk/mathlib/vector.cpp
2025-02-19 18:36:16 -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);