summaryrefslogtreecommitdiffstats
path: root/inc/mine-sweeper/menu/clui.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/mine-sweeper/menu/clui.h')
-rwxr-xr-xinc/mine-sweeper/menu/clui.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/inc/mine-sweeper/menu/clui.h b/inc/mine-sweeper/menu/clui.h
new file mode 100755
index 0000000..69060a5
--- /dev/null
+++ b/inc/mine-sweeper/menu/clui.h
@@ -0,0 +1,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 **********************************************************
+ ******************************************************************************/