Example #1
0
/////////////////////////////////16////////////////////////////////////////////////////////////////
static void w_vec_q16(NET_Packet& P,const Fvector& vec,const Fvector& min,const Fvector& max)
{
	P.w_float_q16(vec.x,min.x,max.x);
	P.w_float_q16(vec.y,min.y,max.y);
	P.w_float_q16(vec.z,min.z,max.z);
}