This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
cpp
/
BansheeEngine
mirror of
https://github.com/larioteo/BansheeEngine.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
786a0e871f
Branches
Tags
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
Lịch sử
Raw
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}