6 lines
88 B
C
6 lines
88 B
C
#ifndef SREEN_MANAGER_H
|
|
#define SREEN_MANAGER_H
|
|
|
|
void menu();
|
|
|
|
#endif // SCREEN_MANAGER
|