BsVector2I.cpp 91 B

123456
  1. #include "BsVector2I.h"
  2. namespace BansheeEngine
  3. {
  4. const Vector2I Vector2I::ZERO(0, 0);
  5. }