| 12345678 |
- //********************************** Banshee Engine (www.banshee3d.com) **************************************************//
- //**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
- #include "BsVector2I.h"
- namespace BansheeEngine
- {
- const Vector2I Vector2I::ZERO(0, 0);
- }
|