This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
cpp
/
BansheeEngine
oglindă de
https://github.com/larioteo/BansheeEngine.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
dbc17204cd
Ramuri
Etichete
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
Istoric
Crud
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}