summaryrefslogtreecommitdiffstats
path: root/inc/mine-sweeper/menu/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/mine-sweeper/menu/parser.h')
-rwxr-xr-xinc/mine-sweeper/menu/parser.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/inc/mine-sweeper/menu/parser.h b/inc/mine-sweeper/menu/parser.h
new file mode 100755
index 0000000..38fac23
--- /dev/null
+++ b/inc/mine-sweeper/menu/parser.h
@@ -0,0 +1,27 @@
+/******************************************************************************
+ * Copyright (C) 2015 Alejandro Colomar Andrés *
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+# ifndef MSW_PARSER_H
+ # define MSW_PARSER_H
+
+
+/******************************************************************************
+ ******* functions ************************************************************
+ ******************************************************************************/
+void parser (int argc, char *argv[]);
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+# endif /* parser.h */
+
+
+/******************************************************************************
+ ******* end of file **********************************************************
+ ******************************************************************************/