| 1 | //************************************ bs::framework - Copyright 2018 Marko Pintera **************************************// | 
|---|---|
| 2 | //*********** Licensed under the MIT license. See LICENSE.md for full terms. This notice is not to be removed. ***********// | 
| 3 | #include "Math/BsVector2I.h" | 
| 4 | |
| 5 | namespace bs | 
| 6 | { | 
| 7 | const Vector2I Vector2I::ZERO(0, 0); | 
| 8 | } | 
| 9 |