summaryrefslogtreecommitdiff
path: root/src/learn.h
blob: 80cc0dde1ca3e3dd1b0a4d28d71468b15557f6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/** \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