/
githubmirror
/
obs-studio
Обзор
Документация
Войти
/
githubmirror
/
obs-studio
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/obs-scripting/cstrcache.h
13 строк
211 B
tytan652
deps,shared,frontend-tools: Move obs-scripting to shared folder
27 июл 2024, 08:38
27 июл 2024, 08:38
f5e2f15
Код
Авторство
О чём код?
#pragma once /* simple constant string cache table using STL unordered_map as storage */ #ifdef __cplusplus extern "C" { #endif extern const char *cstrcache_get(const char *str); #ifdef __cplusplus } #endif