From 39ed87570bdb2f86969d4be821c94b722dc71179 Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Wed, 26 Jun 2013 15:22:04 -0700 Subject: First version of the SOurce SDK 2013 --- sp/src/mathlib/vector.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sp/src/mathlib/vector.cpp (limited to 'sp/src/mathlib/vector.cpp') diff --git a/sp/src/mathlib/vector.cpp b/sp/src/mathlib/vector.cpp new file mode 100644 index 00000000..420486d4 --- /dev/null +++ b/sp/src/mathlib/vector.cpp @@ -0,0 +1,12 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// + +#include "mathlib/vector.h" + +Vector vec3_origin(0,0,0); + -- cgit v1.2.3