This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
cpp
/
BansheeEngine
zrkadlo
https://github.com/larioteo/BansheeEngine.git
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Wiki
Strom:
2026432fe7
Branche
Tagy
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
História
Raw
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}