#ifndef _STARTUPMENU_H_
#define _STARTUPMENU_H_
void DrawMenu(int selectedEntry);
int MainMenu(void);
#endif