This website works better with JavaScript
Главная
Обзор
Помощь
Вход
cpp
/
BansheeEngine
зеркало из
https://github.com/larioteo/BansheeEngine.git
Следить
2
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
e366d25700
Ветки
Метки
master
BansheeEngine
/
BansheeUtility
/
Source
/
BsVector2I.cpp
BsVector2I.cpp
91 B
История
Исходник
1
2
3
4
5
6
#include "BsVector2I.h"
namespace BansheeEngine
{
const Vector2I Vector2I::ZERO(0, 0);
}