Files
2026-04-28 13:49:23 +02:00

13 lines
214 B
C

/*
* File: Menu.h
* Authors: Max Hirschberger & Ogulcan Ugur
*/
#ifndef MENU_H
#define MENU_H
void SetColor(int);
void PrintLogo();
void ShowFunctionMenu(unsigned int*, unsigned int*, char*, wchar_t*);
#endif