main/files.h

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

mercurial