summaryrefslogtreecommitdiffstats
path: root/inc/mine-sweeper/menu/tui.h
blob: 71e3104bacaeee2919c85a797985afbd77b0a5b6 (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_TUI_H
	# define	MSW_MENU_TUI_H


/******************************************************************************
 ******* functions ************************************************************
 ******************************************************************************/
	void	menu_tui	(void);


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


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