This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
cpp
/
BansheeEngine
tükrözi:
https://github.com/larioteo/BansheeEngine.git
Figyelés
2
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
c1d0163465
Branch-ok
Tag-ek
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
Előzmények
Nyers
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}