summaryrefslogtreecommitdiffstats
path: root/inc/mine-sweeper/menu/clui.h
blob: 69060a5c9366ca8da1d9dbbf8a3998663c465d99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/******************************************************************************
 *	Copyright (C) 2015	Alejandro Colomar Andrés		      *
 ******************************************************************************/


/******************************************************************************
 ******* include guard ********************************************************
 ******************************************************************************/
# ifndef		MSW_MENU_CLUI_H
	# define	MSW_MENU_CLUI_H


/******************************************************************************
 ******* functions ************************************************************
 ******************************************************************************/
	void	menu_clui	(void);


/******************************************************************************
 ******* include guard ********************************************************
 ******************************************************************************/
# endif			/* menu_clui.h */


/******************************************************************************
 ******* end of file **********************************************************
 ******************************************************************************/