/
dieoska
/
ddnet
Обзор
Документация
Войти
/
dieoska
/
ddnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/engine/shared/teehistorian_ex.cpp
10 строк
235 B
def
Run clang-format
26 сен 2020, 22:50
26 сен 2020, 22:50
3be8a59
Код
Авторство
О чём код?
#include "teehistorian_ex.h" #include <engine/shared/uuid_manager.h> void RegisterTeehistorianUuids(CUuidManager *pManager) { #define UUID(id, name) pManager->RegisterName(id, name); #include "teehistorian_ex_chunks.h" #undef UUID }