/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
src/dbg/animate.h
11 строк
259 B
Duncan Ogilvie
Inline all DBGFUNCTIONS as lambdas
28 июл 2024, 17:54
28 июл 2024, 17:54
e0c6f4c
Код
Авторство
О чём код?
#ifndef ANIMATE_H #define ANIMATE_H bool dbganimatecommand(const char* command); void _dbg_setanimateinterval(unsigned int milliseconds); bool _dbg_isanimating(); inline void _dbg_animatestop() { dbganimatecommand(nullptr); } #endif //ANIMATE_H