summaryrefslogtreecommitdiffstats
path: root/modules/menu/inc/menu_clui.h
blob: ae982a8b1f49c5075f34192412d1927a91c90e9b (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) 2018	Alejandro Colomar Andrés		      *
 ******************************************************************************/


/******************************************************************************
 ******* include guard ********************************************************
 ******************************************************************************/
# ifndef		VA_MENU_CLUI_H
	# define	VA_MENU_CLUI_H


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


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


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