CmVector4.cpp 126 B

1234567
  1. #include "CmVector4.h"
  2. #include "CmMath.h"
  3. namespace BansheeEngine
  4. {
  5. const Vector4 Vector4::ZERO( 0, 0, 0, 0 );
  6. }