main/files.h

changeset 0
b74b0e4902c3
child 19
49e2960d4642
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main/files.h	Sat Oct 20 13:23:15 2018 +0200
@@ -0,0 +1,18 @@
+/**
+ * @file files.h
+ * @brief Files management.
+ */
+#ifndef _FILESS_H
+#define _FILESS_H
+
+/**
+ *  * @brief Files init fases.
+ *   */
+void Files_Init(void);
+
+/**
+ *  * @brief Files loop screens. Bob-blocking.
+ *   */
+void Files_Loop(void);
+
+#endif

mercurial