/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
App/util/Region3int16.cpp
18 строк
289 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
#include "stdafx.h" #include "Util/Region3int16.h" #include "Util/ExtentsInt32.h" #include "Reflection/Type.h" namespace RBX { namespace Reflection { template<> const Type& Type::getSingleton<Region3int16>() { static TType<Region3int16> type("Region3int16"); return type; } } }