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