This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
cpp
/
BansheeEngine
mirror de
https://github.com/larioteo/BansheeEngine.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
eaec84330f
Branches
Tags
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
Histórico
Raw
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}