This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
cpp
/
BansheeEngine
zrcadlo
https://github.com/larioteo/BansheeEngine.git
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
f33b14ebe1
Větve
Značky
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
Historie
Surový
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}