/
xverizex
/
countdown_timer
Обзор
Документация
Войти
/
xverizex
/
countdown_timer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/plugin-macros.generated.h
27 строк
948 B
Dmitrii
[+] add template plugin
24 авг 2022, 20:02
24 авг 2022, 20:02
c81103e
Код
Авторство
О чём код?
/* obs-plugin-countdown-timer Copyright (C) <2022> <Dmitrii Naidolinskii> <horisontdawn@yandex.ru> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/> */ #ifndef PLUGINNAME_H #define PLUGINNAME_H #define PLUGIN_NAME "obs-plugin-counterdown-timer" #define PLUGIN_VERSION "1.0.0" #define blog(level, msg, ...) blog(level, "[" PLUGIN_NAME "] " msg, ##__VA_ARGS__) #endif // PLUGINNAME_H