#include "BsVector4.h" #include "BsMath.h" namespace BansheeEngine { const Vector4 Vector4::ZERO( 0, 0, 0, 0 ); }