2 * \brief Header: panel managing
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
15 typedef struct WInfo WInfo
;
17 /*** global variables defined in .c file *********************************************************/
19 /*** declarations of public functions ************************************************************/
21 WInfo
*info_new (int y
, int x
, int lines
, int cols
);
23 /*** inline functions ****************************************************************************/
24 #endif /* MC__INFO_H */