This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
cpp
/
BansheeEngine
同期ミラー
https://github.com/larioteo/BansheeEngine.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
27da749c51
ブランチ
タグ
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
履歴
Raw
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}