#pragma once void VECNormalize(float vec[3]); void ApplyModelview(float *out, const float *in); void NormalTransform(float *out, const float *in);