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