This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
cpp
/
BansheeEngine
mirror de
https://github.com/larioteo/BansheeEngine.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
f4e58bdc79
Ramos
Etiquetas
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
Histórico
Em bruto
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}