This commit is contained in:
Lukian LEIZOUR 2023-11-20 14:42:20 +01:00
parent aa5045a797
commit dec244496a
10 changed files with 148 additions and 76 deletions

View file

@ -1,6 +1,8 @@
#ifndef SREEN_MANAGER_H
#define SREEN_MANAGER_H
void menu();
#include "conf.h"
void menu(ptConf confChain, ptListener listenerChain);
#endif // SCREEN_MANAGER