mirror of
https://github.com/Orange-Cyberdefense/p3-loader
synced 2026-07-08 17:02:48 +00:00
13 lines
214 B
C
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 |