Move declarations to appropiate header files

This is in preparation for the next patch.
This commit is contained in:
Rene Kita
2022-12-25 15:11:44 +01:00
parent 7c233b6590
commit 7c7af9e70c
7 changed files with 14 additions and 3 deletions

7
display.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef W3M_DISPLAY_H
#define W3M_DISPLAY_H
void fmInit(void);
void fmTerm(void);
#endif