2009-02-05 21:28:18 +03:00
|
|
|
/** \file learn.h
|
|
|
|
* \brief Header: learn keys module
|
|
|
|
*/
|
|
|
|
|
2010-11-10 14:09:42 +03:00
|
|
|
#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 ************************************************************/
|
1998-02-27 07:54:42 +03:00
|
|
|
|
|
|
|
void learn_keys (void);
|
|
|
|
|
2010-11-10 14:09:42 +03:00
|
|
|
/*** inline functions ****************************************************************************/
|
|
|
|
#endif /* MC__LEARN_H */
|