This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cpp
/
BansheeEngine
espejo de
https://github.com/larioteo/BansheeEngine.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
4df60970a4
Ramas
Etiquetas
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);
}