mc/src/learn.h

22 lines
756 B
C
Raw Normal View History

/** \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 ************************************************************/
1998-02-27 07:54:42 +03:00
void learn_keys (void);
/*** inline functions ****************************************************************************/
#endif /* MC__LEARN_H */