This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cpp
/
BansheeEngine
réplica de
https://github.com/larioteo/BansheeEngine.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Árbore:
8cc7fecd61
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);
}