gmod64-sdk/mathlib/vector.cpp
2021-02-16 21:58:32 +02:00

12 lines
257 B
C++

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