main/files.h

changeset 19
49e2960d4642
parent 0
b74b0e4902c3
equal deleted inserted replaced
18:5d4a40fe9967 19:49e2960d4642
4 */ 4 */
5 #ifndef _FILESS_H 5 #ifndef _FILESS_H
6 #define _FILESS_H 6 #define _FILESS_H
7 7
8 /** 8 /**
9 * * @brief Files init fases. 9 * @brief Files init fases.
10 * */ 10 */
11 void Files_Init(void); 11 void Files_Init(void);
12 12
13 /** 13 /**
14 * * @brief Files loop screens. Bob-blocking. 14 * @brief Files loop screens. Bob-blocking.
15 * */ 15 */
16 void Files_Loop(void); 16 void Files_Loop(void);
17 17
18 #endif 18 #endif

mercurial