/
dieoska
/
ddnet
Обзор
Документация
Войти
/
dieoska
/
ddnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/engine/shared/localization.h
12 строк
290 B
byfox
run fix_style.py
12 ноя 2025, 10:06
12 ноя 2025, 10:06
5a21aa8
Код
Авторство
О чём код?
#ifndef ENGINE_SHARED_LOCALIZATION_H #define ENGINE_SHARED_LOCALIZATION_H /** * An empty function that suits as a helper to identify strings that might get localized later */ static constexpr const char *Localizable(const char *pStr, const char *pContext = "") { return pStr; } #endif