/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Network/BoostAppend.cpp
12 строк
305 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
/* Copyright 2003-2008 ROBLOX Corporation, All Rights Reserved */ #include "BoostAppend.h" #include "V8DataModel/PartInstance.h" #include <boost/multi_index/hashed_index.hpp> std::size_t boost::hash_value(const shared_ptr<RBX::PartInstance>& b) { boost::hash<void*> hasher; return hasher(b.get()); }