This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
cpp
/
BansheeEngine
kopia lustrzana
https://github.com/larioteo/BansheeEngine.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
7ed8cf65ee
Gałęzie
Tagi
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
Historia
Czysty
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}