/
mc-worker
/
mc-mirror
Обзор
Документация
Войти
/
mc-worker
/
mc-mirror
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/learn.h
21 строка
738 B
Yury V. Zaytsev
formatting: step 6 - manual tweaks
02 фев 2025, 21:38
02 фев 2025, 21:38
8406bdd
Код
Авторство
О чём код?
/** \file learn.h * \brief Header: learn keys module */ #ifndef MC__LEARN_H #define MC__LEARN_H /*** typedefs(not structures) and defined constants **********************************************/ /*** enums ***************************************************************************************/ /*** structures declarations (and typedefs of structures)*****************************************/ /*** global variables defined in .c file *********************************************************/ /*** declarations of public functions ************************************************************/ void learn_keys (void); /*** inline functions ****************************************************************************/ #endif